- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 28 Feb 2024 17:16:35 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 February 2024 01:16:39 UTC
The discussion so far has convinced me that we should not make `ReadableStream` disposable. It adds to much complexity for not enough benefit, and encourages bad interactions with tee and piping. And, IMO it's bad practice to call `cancel()` with no argument anyway, and the using syntax does not give a place to insert the appropriate argument. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/1307#issuecomment-1970203951 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/streams/issues/1307/1970203951@github.com>
Received on Thursday, 29 February 2024 01:16:39 UTC