Re: [whatwg/streams] Should the abort result reflect the close result? (Issue #1203)

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