Re: [whatwg/fetch] Add support for stale-while-revalidate handling (#852)

@ziyunfei I've added text for handling must-revalidate. Please take another look.

@mnot SwR handling is only triggered when a stale resource (which had a `Cache-Control` directive set on a previous response) is accessed and returned. So a subsequent request that accesses a stale resource needs to execute first and thus being triggered by a fetch.

-- 
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/852#issuecomment-454468885

Received on Tuesday, 15 January 2019 17:02:03 UTC