WICG / webpackage

Web packaging format
Other
1.22k stars 114 forks source link

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

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