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

I tried updating the usage of Promise.resolve() -> new Promise(r => r(value)) for `setupWritableStreamDefaultController` that resolves the present test cases but breaks another new one `readable.cancel() and a parallel writable.close() should reject if a transformer.cancel() calls controller.error()` 🫤 so i guess would have no other option than to find out all instances of wrong usage of promise and align it to how the spec wants 🤔

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

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

Received on Thursday, 26 October 2023 06:06:28 UTC