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

Evaluate a possibility to implement messaging with a Worker/SharedWorker #18

Open
4 tasks
dhuebner opened this issue Dec 15, 2023 · 0 comments
Open
4 tasks
Assignees
Labels
question Further information is requested

Comments

@dhuebner
Copy link
Member

It would be interesting to try out communication with a worker thread. Following should work:

  • register a worker (needs a new participant type)
  • send and receive messages to a worker (from extension or webview)
  • terminate worker on dispose
  • maybe implement a plain HTML page new Messenger() that spawns a Worker and "talks" to him.
@dhuebner dhuebner added the question Further information is requested label Dec 15, 2023
@dhuebner dhuebner self-assigned this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant