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

@annevk commented on this pull request.



> @@ -300,6 +300,7 @@ interface Blob {
   [NewObject] ReadableStream stream();
   [NewObject] Promise<USVString> text();
   [NewObject] Promise<ArrayBuffer> arrayBuffer();
+  [NewObject] ReadableStream textStream();

What other modes do you envision we'd add?

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

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

Received on Tuesday, 26 May 2026 09:28:30 UTC