- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 18 May 2026 00:17:22 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 May 2026 07:17:26 UTC
@annevk commented on this pull request.
> @@ -644,6 +645,11 @@ The <dfn method for=Blob>bytes()</dfn> method, when invoked, must run these step
1. Return the result of transforming |promise| by a fulfillment handler that returns
a new {{Uint8Array}} wrapping an {{ArrayBuffer}} containing its first argument.
+### 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.
As per the Fetch PR we probably don't want to call this constructor directly.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/221#pullrequestreview-4308003826
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/FileAPI/pull/221/review/4308003826@github.com>
Received on Monday, 18 May 2026 07:17:26 UTC