Re: [whatwg/streams] Discussion: How should streams handle Explicit Resource Management (Issue #1307)

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