-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
streams: fixes for webstreams #51168
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
nodejs-github-bot
merged 20 commits into
nodejs:main
from
MattiasBuelens:webstreams-fixes
Dec 26, 2023
+251
−282
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
cb4e020
stream: fix code style
MattiasBuelens 46022b8
stream: avoid PromiseResolve in ensureIsPromise
MattiasBuelens 62fc1e1
stream: fix handling sync errors from source cancel and sink abort
MattiasBuelens 19e8940
stream: check for promise only when constructing from source/sink/tra…
MattiasBuelens ab33b45
stream: fix TeeReadableStream
MattiasBuelens 463f49a
stream: rename TeeReadableStream to InternalReadableStream
MattiasBuelens 36324d5
stream: use internal ReadableStream for teeing byte streams
MattiasBuelens f0b1036
stream: use internal ReadableStream for ReadableStream.from()
MattiasBuelens 3846bfe
stream: use internal streams for TransformStream
MattiasBuelens 0d45e6f
stream: add helpers to create internal state
MattiasBuelens 5df4f2e
stream: remove unused field in internal state
MattiasBuelens 15b30ca
stream: fix validating callbacks
MattiasBuelens 0bd501f
test: update expectations for streams wpt
MattiasBuelens 112a717
stream: set __proto__ to null for internal state
MattiasBuelens b9a13b5
fixup! simplify ensureIsPromise
MattiasBuelens 162cfdc
fixup! remove unused imports
MattiasBuelens a889e2c
fixup! whitespace
MattiasBuelens 16a9cc7
fixup! code style
MattiasBuelens 11e6f94
fixup! fix timing of ensureIsPromise
MattiasBuelens 0c0e3c1
fixup! rename to invokePromiseCallback
MattiasBuelens 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
stream: use internal streams for TransformStream
- Loading branch information
commit 3846bfed16a387bc62a077e6ffefb06112a00dff
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
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.