Re: [fetch] Add flag to indicate delay-tolerant Request, to enable request coalescing. (#184)

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