Re: [fetch] Allow operation to outlive the document unloading (beacon) (#124)

> How is this supposed to work with Service Workers? Does beacon-related fetch retain beacon's magical behavior?

Yes, it's the lower-level net stack that's in position to figure out how and when requests can be coalesced to reduce energy use, etc. As such, you'd see a regular request in SW, which you pass through and allow the net-stack to figure out how and when to deliver it.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/124#issuecomment-142680019

Received on Wednesday, 23 September 2015 17:58:03 UTC