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

@noamr commented on this pull request.



> @@ -647,8 +647,17 @@ The <dfn method for=Blob>bytes()</dfn> method, when invoked, must run these step
 
 ### 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.
+The <dfn method for=Blob>textStream()</dfn> method, when invoked, must run these steps:

I was using the same wording as before, but sure

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/221#discussion_r3316393609
You are receiving this because you are subscribed to this thread.

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

Received on Thursday, 28 May 2026 08:30:54 UTC