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

worker_threads #8

Closed
guybedford opened this issue Jun 21, 2020 · 1 comment · Fixed by #26
Closed

worker_threads #8

guybedford opened this issue Jun 21, 2020 · 1 comment · Fixed by #26

Comments

@guybedford
Copy link
Member

Issue tracking Node.js worker_threads support for the browser.

@guybedford
Copy link
Member Author

The main work here needs to tackle the differences between the Node.js and browser Worker APIs - to then export a Worker object that provides a shim for the Node.js-style worker API on top of the browser API.

I previously wrote about some of the differences between the API in detail here - nodejs/node#30682 (comment).

So the shim would need to handle these cases.

Mesteery added a commit to Mesteery/jspm-core that referenced this issue Aug 21, 2021
Mesteery added a commit to Mesteery/jspm-core that referenced this issue Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant