- From: Randell Jesup <notifications@github.com>
- Date: Tue, 16 Jun 2026 16:57:20 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 June 2026 23:57:24 UTC
jesup left a comment (whatwg/streams#1203) This is blocking fixing a WPT test for WebTransport's close() code: +// Firefox Bug: This test currently fails in Firefox because the close_promise +// is not rejected when abort() is called during a close() operation. +// The test expects that calling abort() while close() is pending should reject +// the close promise, but Firefox's WritableStream implementation currently +// resolves it instead. This is related to the Streams spec discussion at +// https://github.com/whatwg/streams/issues/1203. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1203#issuecomment-4724661811 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1203/4724661811@github.com>
Received on Tuesday, 16 June 2026 23:57:24 UTC