- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 21 Nov 2017 08:59:32 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 21 November 2017 08:59:56 UTC
Example 1: You're right, but I'm not sure how to fix it. Example 2: fetch(request) creates a new Request object (see the second step of https://fetch.spec.whatwg.org/#fetch-method). As in the 43rd step in https://fetch.spec.whatwg.org/#dom-request, the newly created Request object will use a newly created ReadableStream which is associated with the original stream. Mutating the latter request will not affect the original request. -- 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/fetch/issues/635#issuecomment-345959623
Received on Tuesday, 21 November 2017 08:59:56 UTC