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

@noamr 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.

Yea will continue this once we resolve on how to do this for fetch.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/221?email_source=notifications&email_token=ACLYVMMGUWYQAOAPMBCPXKT43MOS3A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIMZRGEYTIOJQGA32M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOS6XA4S7OJSXM2LFO5PW433UNFTGSY3BORUW63TTL5RWY2LDNM#discussion_r3259772919
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/FileAPI/pull/221/review/4311149007@github.com>

Received on Monday, 18 May 2026 14:44:01 UTC