[whatwg/fetch] HTTP-network-or-cache fetch request cloning (#1176)

Thanks to @yutakahirano I spotted some weird behavior about how we deal with request cloning in the network. It sets stream to null rather than source.

But maybe we should just use clone as we also do for service workers and mention that implementers can avoid teeing due to the source null checks.

-- 
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/1176

Received on Friday, 19 February 2021 14:56:51 UTC