- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 13 Dec 2022 19:50:19 -0800
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 December 2022 03:50:31 UTC
This succeeds on Firefox but fails on Chrome: ```js new Blob([1,2]).stream().getReader({mode: 'byob'}) ``` It makes sense for file related APIs to support byte stream reader. See also https://github.com/whatwg/fetch/issues/267 for Fetch. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/FileAPI/issues/186 You are receiving this because you are subscribed to this thread. Message ID: <w3c/FileAPI/issues/186@github.com>
Received on Wednesday, 14 December 2022 03:50:31 UTC