whatwg / streams

Streams Standard
https://streams.spec.whatwg.org/
Other
1.34k stars 157 forks source link

cancelAlgorithmWrapper in ReadableStream set up does not pass along the reason #1241

Closed ricea closed 6 months ago

ricea commented 1 year ago

https://streams.spec.whatwg.org/commit-snapshots/eb1769cd4654d3e494ddc7a4e1d3001eb77641d7/#ref-for-chunk⑦⑧

Let result be the result of running cancelAlgorithm

The reason is not passed to cancelAlgorithm. Originally reported at https://github.com/w3c/webtransport/issues/412.