- From: Ben Kelly <notifications@github.com>
- Date: Fri, 21 Sep 2018 06:28:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 21 September 2018 13:28:59 UTC
If I understand correctly this is about fetch() calls where the result is not observed by script and the spec wants to allow the browser to detect this condition to auto-cancel the request. Is that correct? Does any browser currently try to implement this? As a side note, it seems like fetch() calls could reasonably have side effects on the server that the browser can't reason about. So I think this kind of auto-cancel might be surprising to developers. (I'm afraid past-me argued for this feature in the past, though.) -- 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/810#issuecomment-423530926
Received on Friday, 21 September 2018 13:28:59 UTC