Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore using a "Shared Worker" to handle a server side event stream to hold control open #23

Open
2 tasks
akc42 opened this issue May 18, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@akc42
Copy link
Owner

akc42 commented May 18, 2023

See https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker It looks like it might be able to remain running in the background. However its existance depends on a page keeping a ref to it, so not sure.

  • run some tests with a server side event to see if it keeps working with a shared worker when the browser is hidden
  • Implement if it works
@akc42 akc42 added the enhancement New feature or request label May 18, 2023
@akc42 akc42 added this to the v3.1 milestone May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant