Re: [whatwg/fetch] Specify restriction for requests with keepalive set (#679)

I think this captures where we want to go.

We should be able to update the spec so that:
- keep alive requests attached to a browsing context do not have restriction
- keep alive requests that are no longer attached to a browsing context may be restricted.

I am hesitant to describe more than that given that:
- implementations might not be able to agree on the definition of the KeepAlive context.
- the user agent might be more restrictive in some cases like low power mode or memory pressure.

-- 
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/issues/679#issuecomment-433901814

Received on Monday, 29 October 2018 13:04:32 UTC