-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat(runtime): Implement classic workers #11338
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a7a63ac
feat(runtime): Implement classic workers
314124e
Use `workerType` rather than `type`.
a53048a
lint
e7c2bea
Use primordials in importScripts
7ed8723
Add dedicated-worker-import-data-url.any.worker.html to the expectations
732b1b6
Revert "Add dedicated-worker-import-data-url.any.worker.html to the e…
002078c
Fix a bug with primordials
0c91ac4
Merge branch 'main' into classic-workers
0351973
Update WPT expectations.
8a2dde6
Split synchronous fetch into its own submodule
2822bb0
Allow importing data: and blob: scripts.
b578387
lint
c05fe53
Throw a NetworkError DOMException when the MIME type check fails.
a262e06
fix
01aa758
Merge branch 'main' into classic-workers
ae58a1b
Update expectations (see #11371).
5137ccc
rerun tests
050a76b
Merge remote-tracking branch 'origin/main' into classic-workers
lucacasonato c51426f
Gate classic workers behind --enable-testing-features-do-not-use.
b2c8c70
Merge branch 'main' into classic-workers
2cd414e
fix
c79c567
Make WorkerType a WebIDL enum
cc116ba
Merge branch 'main' into classic-workers
d6162e2
Update runtime/ops/mod.rs
2e87387
Merge branch 'main' into classic-workers
8c01a31
Use the WebSocketStream definitions for the NetworkError DomException.
3e04969
Update expectations.
5343200
Simplify how the `--enable-testing-features-do-not-use` flag status i…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.