← Back to release summary

ServiceWorkerRegistration.update() does not bypass the browser HTTP cache

Category
Service Worker
Type
New or changed feature
Status
Enabled by default (Chrome 48)
Intent stage
None

Summary

Before this feature, update() always bypassed the browser cache. Now, it only does so if the previous update check occurred over 24 hours ago.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerRegistration/update

View on chromestatus.com