-
-
Notifications
You must be signed in to change notification settings - Fork 167
feat - Shared Workers #402
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
Draft
bebraw
wants to merge
50
commits into
andywer:master
Choose a base branch
from
bebraw:feat/shared-workers
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
a00b452
chore: Add a stub for shared worker code
bebraw 9dea04c
chore: Refine shared worker implementation
bebraw 98555a8
chore: Add initial docs
bebraw f224972
test: Add initial tests
bebraw 2f5d1c0
chore: Sketch out spawn for shared workers
bebraw 3e74bd8
chore: Refine type check
bebraw e807f5b
fix: Use instanceof for shared worker checks
bebraw 9a0c7ab
fix: Start shared worker when events are added
bebraw 66d9e2d
chore: Add a todo
bebraw dc8f1df
fix: Make shared optional
bebraw c742173
fix: Add a check against possibly missing port
bebraw bebb1af
fix: Include shared worker to ts
bebraw 5a9b2a9
fix: Add a missing browser field
bebraw aed0dda
fix: Drop @types/sharedworker
bebraw ad356b1
fix: Fix test paths
bebraw 6a70a09
chore: Add a todo
bebraw cf06ee9
fix: Implement terminate for shared workers
bebraw ebecb9e
chore: Improve spacing
bebraw e373b20
chore: Clean up formatting
bebraw b661764
chore: Remove unnecessary formatting from readme
bebraw 1c22039
chore: Drop ;'s
bebraw 9828320
chore: Drop ;'s
bebraw f594466
chore: Remove unnecessary formatting from readme
bebraw bdee01a
chore: Drop ,'s
bebraw 8073c52
chore: Revert formatting
bebraw 2d004ab
chore: Revert formatting
bebraw 5c1f8ac
chore: Revert formatting
bebraw e232ee6
chore: Revert formatting
bebraw 1594e2c
chore: Drop semicolons
bebraw 127c55d
chore: Simplify code
bebraw 2b7d881
refactor: Simplify implementation
bebraw 04554a8
chore: Drop formatting
bebraw a906d77
chore: Drop formatting
bebraw 42d15bf
chore: Drop formatting
bebraw 9138fd5
chore: Drop formatting
bebraw fdf90a3
chore: Drop formatting
bebraw a1b837b
chore: Drop formatting
bebraw 4606977
chore: Drop formatting
bebraw 7f1a625
chore: Drop formatting
bebraw 8663a6d
chore: Drop formatting
bebraw cf5cf41
chore: Mark a todo
bebraw 2ea1d55
chore: Drop a reference
bebraw 4c9d072
chore: Drop formatting
bebraw 5aef0bd
chore: Drop formatting
bebraw 3c00490
chore: Drop formatting
bebraw 8e008d5
refactor: Merge shared worker tests with spawn tests
bebraw de025a1
fix: Solve the proxy type issue
bebraw b3dfead
fix: Fix shared worker checks within a worker
bebraw aceed4b
chore: Add a debug print
bebraw cffac58
chore: Sketch out onconnect
bebraw 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
fix: Use instanceof for shared worker checks
- Loading branch information
commit e807f5be1fb53b8594d9aedf73645c0da777342b
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
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.