Re: [whatwg/streams] Add a flag to determine wether a ReadableStream is disturbed or cancelled (#1025)

> @annevk honestly Node only needs it for the `fetch` API as well so far [nodejs/node#39627](https://github.com/nodejs/node/issues/39627)
> 
> @ronag is there any other place we need it?

So far just for fetch. Though I can see other uses for it. We added `readableDidRead` for node streams and there is `bodyUsed` on body mixin. So I think there is a general need for the concept even if the best practices is a little unclear atm.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/1025#issuecomment-890952425

Received on Monday, 2 August 2021 11:32:02 UTC