- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 01 Feb 2021 22:26:49 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 February 2021 06:27:01 UTC
That's what File API does (though it's also a bit different as it doesn't have to care about letting things be read once). So the problem is not so much `bodyUsed`, but rather `ReadableStream` being accessible without side effects? But we also use this when extracting, e.g., when constructing a `Response` from a `ReadableStream`. Why wouldn't that apply elsewhere? -- 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/1105#issuecomment-771398100
Received on Tuesday, 2 February 2021 06:27:01 UTC