- From: Debadree Chatterjee <notifications@github.com>
- Date: Wed, 25 Oct 2023 23:06:22 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 October 2023 06:06:28 UTC
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