DescriptionMake registration.update() no longer force bypassing the HTTP cache (2/2)
As per the last f2f and the follow-up discussion,
ServiceWorkerRegistration.update() should not always bypass the HTTP cache but
bypass it only when 24 hours have passed since the last update check. So, this
patch involves a change in the behavior of ServiceWorkerRegistration.update().
Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-registration-update
Spec discussion: https://github.com/slightlyoff/ServiceWorker/issues/514#issuecomment-130664373
Companion CL (Blink layout test): https://codereview.chromium.org/1332303002/
BUG=530540
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix comments #
Messages
Total messages: 11 (3 generated)
|