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

Even when we pass a non-streamable object (String/ArrayBuffer/etc) to the Request constructor, that object is converted to a ReadableStream. That means whenever we go through Step 4 of https://fetch.spec.whatwg.org/#concept-http-fetch we will see a null stream at Step 5.1.


-- 
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-346007596

Received on Tuesday, 21 November 2017 12:08:40 UTC