Re: [whatwg/fetch] Add option to automatically abort response stream if the data stopped arriving for longer than a specified time (#180)

Using AbortController and setTimeout isn't any use if e.g. you've got a chunk-encoded response where you don't know how long it's going to take before it's complete.

-- 
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/180#issuecomment-763698078

Received on Wednesday, 20 January 2021 15:11:34 UTC