[w3c/FileAPI] Function signature change: reading all bytes from a stream (Issue #187)

The signature of [reading all bytes](https://streams.spec.whatwg.org/#readablestreamdefaultreader-read-all-bytes) had changed:
https://github.com/whatwg/streams/pull/1250

It now accepts `successSteps` and `failureSteps` instead of returning a `Promise`, in an attempt to decouple streams from JS when appropriate.

Opening this issue since this spec uses that function

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

Message ID: <w3c/FileAPI/issues/187@github.com>

Received on Wednesday, 14 December 2022 07:39:01 UTC