DescriptionMake registration.update() no longer force bypassing the HTTP cache (1/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 (Chromium): https://codereview.chromium.org/1339623002/
BUG=530540
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add a test case for update() served from cache. #Patch Set 3 : Remove a trailing whitespace. #
Total comments: 2
Patch Set 4 : Create a test file to split tests. #
Messages
Total messages: 15 (2 generated)
|