Re: [whatwg/fetch] Resizable ArrayBuffers and Response and Request objects (Issue #1560)

The constructor eventually gets the contents of the ArrayBuffer via https://fetch.spec.whatwg.org/#concept-bodyinit-extract, which calls https://webidl.spec.whatwg.org/#dfn-get-buffer-source-copy . So any changes after calling `new Response()` are ignored. I.e., option 1 is correct per specs.

Hope this helps!

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

Message ID: <whatwg/fetch/issues/1560/1338500332@github.com>

Received on Tuesday, 6 December 2022 00:49:51 UTC