Originally, location.reload() revalidates all cached resources. But from the m57, this behavior is changed to revalidate only the main resource, and to follow cache policy protocols for subresources.
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 57
- Chrome for Android release 57
- Android WebView release 59
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- No signal
- No signal
- No signal
- No signals
Owner
Last updated on 2020-11-09
Comments
https://groups.google.com/a/chromium.org/forum/#!topic/loading-dev/gD-MPRcfwVA/discussion The feature is enabled via server side configuration on Chrome m57. Without server managed configuration, chromium-based applications need to wait for m59 that enables the feature by default in the source code. E.g., probably Opera Starts supporting this at 46, and WebView does at m59.