-
-
Notifications
You must be signed in to change notification settings - Fork 36.5k
worker: add support for Web Workers #64894
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
base: main
Are you sure you want to change the base?
Changes from all commits
a467ea6
1f3ddd7
ded3ce7
bf3e70c
056b9bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -151,6 +151,7 @@ export default [ | |||||||||
| WritableStreamDefaultWriter: 'readonly', | ||||||||||
| WritableStreamDefaultController: 'readonly', | ||||||||||
| WebSocket: 'readonly', | ||||||||||
| Worker: 'readonly', | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need to also forbid its use in node/lib/eslint.config_partial.mjs Lines 299 to 302 in c47ad66
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't apply this logic to everything, so I wasn't sure (e.g.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just oversight, I've opened #65281 to fix that. We don't want to rely on the user-mutable global object unless we don't have a choice |
||||||||||
| }, | ||||||||||
| }, | ||||||||||
| }, | ||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.