- From: James E. A. <notifications@github.com>
- Date: Tue, 29 Jul 2025 14:07:10 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 29 July 2025 21:07:14 UTC
James-E-A left a comment (whatwg/streams#1212) > This is actually getting more and more pressing by the day. @lucacasonato If you're working with a stream that includes a do-nothing element, (or you could modify your stream to filter out such elements on the readable side), [one workaround](https://github.com/James-E-A/showSaveFilePicker_polyfill/blob/5600c8573079525660986bc5c1f13bcbcacb6050/helper.html#L28-L36) pending browser implementations is to set up an interval timer in the `transformer.start` method which tries to enqueue a do-nothing element, and runs the cleanup code if that fails. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1212#issuecomment-3134075178 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1212/3134075178@github.com>
Received on Tuesday, 29 July 2025 21:07:14 UTC