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

I'm sorry I didn't provide more feedback sooner, but can someone explain why we need to expose a `keepalive` flag to script?  Why can't the browser just consume the `Request` immediately when `sendBeacon()` is called, store an internal request, and do the fetch later?

It feels really weird to me to ask devs to specify a flag for something the browser can probably do automatically in implementation.

-- 
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-253561453

Received on Thursday, 13 October 2016 16:15:20 UTC