- From: John Mellor <notifications@github.com>
- Date: Thu, 19 Feb 2015 08:53:27 -0800
- To: w3c/push-api <push-api@noreply.github.com>
Received on Thursday, 19 February 2015 16:53:57 UTC
Incoming push events should trigger the Service Worker's [Soft Update algorithm](https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#soft-update-algorithm) (currently only triggered by top-level page loads), to allow a Service Worker used only in the background to receive push events (and perhaps show notifications) to update itself. The Soft Update should occur even if the event fails (event handler throws an exception, or rejects the `event.waitUntil` promise), as it's in such situations that it might be particularly urgent to update the Service Worker. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/issues/115
Received on Thursday, 19 February 2015 16:53:57 UTC