Re: [whatwg/fetch] Question - Why can't the request be cloned? (#939)

I just discovered that swapping the order of the log statements fixes the problem. Meaning, if one consumes the body of the clone first, then consumes the original then all is well. But if one consumes the original, then consumes the clone, then it fails.

Is this by design?

-- 
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/939#issuecomment-533851219

Received on Sunday, 22 September 2019 05:28:20 UTC