- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 26 May 2023 02:31:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 26 May 2023 09:31:32 UTC
The behavior you quote above is what happens for request body streams. And we do that because they cannot be replayed without storing the whole request body in memory, which is something we decided against doing as that would have negative performance implications in the common case. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1662#issuecomment-1564099205 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/issues/1662/1564099205@github.com>
Received on Friday, 26 May 2023 09:31:32 UTC