Re: [whatwg/streams] Do the abort steps of ReadableStreamPipeTo really guarantee the abort callback to be called before cancel? (Issue #1229)

This seems extremely related to https://github.com/whatwg/streams/pull/1208 and similar things @MattiasBuelens was working on... but the fact that the reference implementation passes all WPTs implies the current spec should be good enough.

Does https://github.com/whatwg/streams/blob/e9355ce79925947e8eb496563d599c329769d315/reference-implementation/lib/abstract-ops/readable-streams.js#L150-L177 help? It doesn't really look like `Promise.all([dest.abort(), source.cancel()])` so I am not sure where you are getting that...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1229#issuecomment-1110235909
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/streams/issues/1229/1110235909@github.com>

Received on Tuesday, 26 April 2022 20:50:23 UTC