- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 25 Nov 2024 22:52:31 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 November 2024 06:52:35 UTC
My plan is to solve this the same way that [Firefox](https://searchfox.org/mozilla-central/rev/7bf5ed3b5364da0bee109bdcac3ab8c96df5a972/dom/streams/WritableStreamDefaultController.cpp#535-536) and [Chrome](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/streams/writable_stream_default_controller.cc;l=388-393;drc=277f4ab48eb85f7441f78aed191c31068ce89814) seem to: by falling back to 1. I'll add an assert that we're in the erroring or errored state, since that should be the only case we end up here. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1331#issuecomment-2499801169 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1331/2499801169@github.com>
Received on Tuesday, 26 November 2024 06:52:35 UTC