w3c / FileAPI

File API
https://w3c.github.io/FileAPI/
Other
104 stars 44 forks source link

Function signature change: reading all bytes from a stream #187

Open noamr opened 1 year ago

noamr commented 1 year ago

The signature of reading 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