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

@saschanaz 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();

Is it a conscious decision not to do something like `stream({ mode: "text" })` or such?

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

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

Received on Tuesday, 26 May 2026 08:52:11 UTC