Re: [whatwg/fetch] Clarify semantics of checking done, closed, etc. states of a null body stream (#635)

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