[w3c/FileAPI] Byte stream support for `stream()`? (Issue #186)

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