Re: [w3c/FileAPI] Implement textStream method in Blob interface (PR #221)

@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