- From: Jungkee Song <notifications@github.com>
- Date: Thu, 17 Nov 2016 03:04:25 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Thursday, 17 November 2016 11:04:57 UTC
This changes Handle Fetch and Handle Functional Event to invoke Soft Update even if the service worker doesn't have any event listener registered for the event. (Note that the cases where the request falls back to network still do not trigger Soft Update.) Fixes #905. You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1006 -- Commit Summary -- * Add more Soft Update on functional events -- File Changes -- M docs/index.bs (22) M docs/index.html (38) M docs/v1/index.bs (22) M docs/v1/index.html (38) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1006.patch https://github.com/w3c/ServiceWorker/pull/1006.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1006
Received on Thursday, 17 November 2016 11:04:57 UTC