-
Notifications
You must be signed in to change notification settings - Fork 161
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
Support transferable streams (postMessage) #1053
Merged
Merged
Commits on Aug 13, 2020
-
Support transferable streams (postMessage)
Make readable, writable, and transform streams transferable via postMessage(stream, [stream]). The streams themselves must be transferred, but the chunks written or read from the streams are cloned, not transferred. Support for transferring chunks will require API changes and is expected to be added in a future update. There is no reference implementation of this functionality as jsdom does not support transferrable objects, and so it wouldn't be testable. Closes whatwg#276.
Configuration menu - View commit details
-
Copy full SHA for 3620b28 - Browse repository at this point
Copy the full SHA 3620b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb3444 - Browse repository at this point
Copy the full SHA fdb3444View commit details -
Co-authored-by: Mattias Buelens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecad896 - Browse repository at this point
Copy the full SHA ecad896View commit details -
Co-authored-by: Domenic Denicola <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0444bdc - Browse repository at this point
Copy the full SHA 0444bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00fa25c - Browse repository at this point
Copy the full SHA 00fa25cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86eed13 - Browse repository at this point
Copy the full SHA 86eed13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 780a016 - Browse repository at this point
Copy the full SHA 780a016View commit details -
Configuration menu - View commit details
-
Copy full SHA for d239fd5 - Browse repository at this point
Copy the full SHA d239fd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dfb817 - Browse repository at this point
Copy the full SHA 6dfb817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 353484a - Browse repository at this point
Copy the full SHA 353484aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 225dcc4 - Browse repository at this point
Copy the full SHA 225dcc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69c1a58 - Browse repository at this point
Copy the full SHA 69c1a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0168dfd - Browse repository at this point
Copy the full SHA 0168dfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af0984 - Browse repository at this point
Copy the full SHA 5af0984View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd6686 - Browse repository at this point
Copy the full SHA bbd6686View commit details -
Configuration menu - View commit details
-
Copy full SHA for b09c403 - Browse repository at this point
Copy the full SHA b09c403View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6c032f - Browse repository at this point
Copy the full SHA f6c032fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee6687 - Browse repository at this point
Copy the full SHA 7ee6687View commit details -
Co-authored-by: Domenic Denicola <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7203f36 - Browse repository at this point
Copy the full SHA 7203f36View commit details -
Put postMessage() in code font
Co-authored-by: Domenic Denicola <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c94076 - Browse repository at this point
Copy the full SHA 5c94076View commit details -
Add missing formatting of port2 as var.
Co-authored-by: Domenic Denicola <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86d347a - Browse repository at this point
Copy the full SHA 86d347aView commit details -
Co-authored-by: Domenic Denicola <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbb2fb4 - Browse repository at this point
Copy the full SHA dbb2fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1370e5f - Browse repository at this point
Copy the full SHA 1370e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07df257 - Browse repository at this point
Copy the full SHA 07df257View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf47bfc - Browse repository at this point
Copy the full SHA cf47bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a8b363 - Browse repository at this point
Copy the full SHA 6a8b363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e53603 - Browse repository at this point
Copy the full SHA 6e53603View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a76913 - Browse repository at this point
Copy the full SHA 1a76913View commit details -
Fix bad link text for "locked"
Co-authored-by: Mattias Buelens <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 017d200 - Browse repository at this point
Copy the full SHA 017d200View commit details
Commits on Aug 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a5d56a9 - Browse repository at this point
Copy the full SHA a5d56a9View commit details
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.