- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 26 May 2026 01:52:07 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 May 2026 08:52:11 UTC
@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