- From: Jonas Sicking <notifications@github.com>
- Date: Tue, 15 Dec 2015 16:29:52 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 16 December 2015 00:30:20 UTC
On a separate note, what is the plan for if the user leaves the page while these requests are still pending? * Do they still go out in the background (which is what I believe happens with `sendBeacon`)? * Are they "flushed" and go out right away? * Are then simply dropped on the floor and never sent? * Do we fire the reject-handler before leaving the page? * Do we let the webpage choose? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/184#issuecomment-164944047
Received on Wednesday, 16 December 2015 00:30:20 UTC