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

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

Note that `Response` (and `Request`) don't have a `stream()` method. In general I prefer individual methods over multiple method definitions packed in a dictionary.

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

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

Received on Tuesday, 26 May 2026 10:13:31 UTC