Implement Stale While Revalidate Handling in fetch()
Categories
(Core :: DOM: Networking, enhancement)
Tracking
()
People
(Reporter: dtapuska, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36
Steps to reproduce:
Chrome is attempting to ship Stale While Revalidate handling. Please consider this for Firefox.
Fetch spec PR here: https://github.com/whatwg/fetch/pull/853
Mozilla standards position: https://github.com/mozilla/standards-positions/issues/144
Updated•6 years ago
|
Comment 1•6 years ago
|
||
I think this is intended for any fetch() behavior/API changes on top of the s-w-r feature.
Updated•6 years ago
|
The fetch spec diffs are here: https://whatpr.org/fetch/853/265974f...99c3b37.html
I should also add: https://whatpr.org/fetch/853.html If there are any commits in the fetch PR then the above link might be stale. You should always check the https://github.com/whatwg/fetch/pull/853 and click the "preview" or "diff" URIs in the top comment.
Comment 4•6 years ago
|
||
Thanks!
Comment 5•6 years ago
|
||
Honza, do you know who is going to work on this?
Comment 6•6 years ago
|
||
Ah, forgot to close this. There is nothing to be done according https://github.com/mozilla/standards-positions/issues/144#issuecomment-474940881
Description
•