Add textStream() method to Blob interface#221
Open
noamr wants to merge 3 commits into
Open
Conversation
Add textStream method to Blob interface for streaming text.
Author
|
Corresponding to whatwg/fetch#1862 |
5 tasks
annevk
reviewed
May 18, 2026
| ### The {{Blob/textStream()}} method ### {#text-stream-method-algo} | ||
|
|
||
| The <dfn method for=Blob>textStream()</dfn> method, when invoked, must return | ||
| the result of calling [=get stream=] on [=this=], [=pipe through|piped through=] a new {{TextDecoderStream}} object. |
Member
There was a problem hiding this comment.
As per the Fetch PR we probably don't want to call this constructor directly.
Author
There was a problem hiding this comment.
Yea will continue this once we resolve on how to do this for fetch.
saschanaz
reviewed
May 26, 2026
Clarify the steps for the textStream() method and its behavior compared to FileReader.
annevk
reviewed
May 28, 2026
annevk
approved these changes
May 28, 2026
mkruisselbrink
approved these changes
May 29, 2026
Collaborator
mkruisselbrink
left a comment
There was a problem hiding this comment.
looks good to me as well
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Jun 2, 2026
Reuse the new TextDecoderTransformer, and always use utf-8 Spec: w3c/FileAPI#221 Bug: 514448226 Change-Id: I742ef36f009c62f6f31333488dabb27b52385be3
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Jun 2, 2026
Reuse the new TextDecoderTransformer, and always use utf-8 Spec: w3c/FileAPI#221 Bug: 514448226 Change-Id: I742ef36f009c62f6f31333488dabb27b52385be3
beckysiegel
pushed a commit
to chromium/chromium
that referenced
this pull request
Jun 2, 2026
Reuse the new TextDecoderTransformer, and always use utf-8 Spec: w3c/FileAPI#221 Bug: 514448226 Change-Id: I742ef36f009c62f6f31333488dabb27b52385be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7882022 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Noam Rosenthal <nrosenthal@google.com> Cr-Commit-Position: refs/heads/main@{#1640459}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Jun 2, 2026
Reuse the new TextDecoderTransformer, and always use utf-8 Spec: w3c/FileAPI#221 Bug: 514448226 Change-Id: I742ef36f009c62f6f31333488dabb27b52385be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7882022 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Noam Rosenthal <nrosenthal@google.com> Cr-Commit-Position: refs/heads/main@{#1640459}
chromium-wpt-export-bot
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Jun 2, 2026
Reuse the new TextDecoderTransformer, and always use utf-8 Spec: w3c/FileAPI#221 Bug: 514448226 Change-Id: I742ef36f009c62f6f31333488dabb27b52385be3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7882022 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Noam Rosenthal <nrosenthal@google.com> Cr-Commit-Position: refs/heads/main@{#1640459}
textStream() method to Blob interface
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add textStream method to Blob interface for streaming text.
Part of whatwg/fetch#1861
For normative changes, the following tasks have been completed:
textStream()tests (forBlobandBody) web-platform-tests/wpt#60356)Implementation commitment:
Preview | Diff