- From: Shannon Booth <notifications@github.com>
- Date: Wed, 13 Nov 2024 04:02:52 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 November 2024 12:02:56 UTC
Unfortunately reordering the step does cause unintended side effects - at least for my case it results in wpt.live/streams/writable-streams/bad-strategies.any.html assertion failure on WritableStreamAddWriteRequest for the stream state. https://streams.spec.whatwg.org/#writable-stream-add-write-request Falling back to a size of 1 in the getter works for both cases, but doesn't seem ideal. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1331#issuecomment-2473415205 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1331/2473415205@github.com>
Received on Wednesday, 13 November 2024 12:02:56 UTC