Re: [whatwg/streams] Test or specification problem with TransformStream readable.cancel and calling controller.error (Issue #1296)

Faced something similar in the nodejs implementation too have described it here https://github.com/nodejs/node/pull/50126#issuecomment-1755961475  it weird that the for the reference implementation and deno the promises for start and cancel resolve in the following order
- Start promise
- cancel promise
- cancel promise resolved
- start promise resolved 
and hence the same error isnt faced, I thought it must be because of some of the promise transformations maybe? but cant put my finger on it 

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

Message ID: <whatwg/streams/issues/1296/1763306688@github.com>

Received on Sunday, 15 October 2023 07:35:23 UTC