Re: [whatwg/fetch] Add option to reject the fetch promise automatically after a certain time elapsed (with no API for arbitrary aborts) (#179)

Well, you did also file #180 and maybe we'll get signals for individual read operations on a stream which would address that case on a per-chunk basis.

And I guess timeout for response, but not response's body, can be implemented in userland as well because you can prevent calling `abort()` once you have a response, though this would require some tight coordination between the signal and the operation.

-- 
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/179#issuecomment-785807819

Received on Thursday, 25 February 2021 10:56:37 UTC