Re: [whatwg/fetch] can body consuming be interrupted by response/body GC? (#874)

https://fetch.spec.whatwg.org/#garbage-collection talks about some different aspects, but might help. 

But as far as I can tell, the fetch algorithm holds a reference to a response, which holds a reference to a body. How could it feed bytes into the body otherwise?

-- 
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/874#issuecomment-466463933

Received on Friday, 22 February 2019 16:48:24 UTC