Re: [whatwg/fetch] allow Request to outlive environment settings object (#388)

> How would this work with sendBeacon()?

The same way we effectively keep Request objects in Cache API beyond the end of an environment settings object.  The browser has to maintain an internal representation in some way.  It doesn't need to keep the JS object alive.

But maybe I don't understand what you mean by "keepalive HEAD".

-- 
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/pull/388#issuecomment-253577602

Received on Thursday, 13 October 2016 17:15:29 UTC