Re: [whatwg/fetch] Body should not be transmitted if service worker intercepts request (#572)

Before streams the way it happened is that requests and responses (as concepts) can just be transferred across threads. But JavaScript streams were never backed by internal streams so at that point that strategy started falling apart and we haven't really made an effort to patch it back together again.

-- 
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/572#issuecomment-320595769

Received on Monday, 7 August 2017 07:59:27 UTC