- From: Jungkee Song <notifications@github.com>
- Date: Tue, 25 Jul 2017 02:59:16 +0000 (UTC)
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 July 2017 02:59:41 UTC
This fixes the peform the fetch steps so as for it not to synchronously return true on success but to asynchronously coplete with response. This factors the promise rejection of the fail cases out of the perform the fetch steps so the fetch a * worker script algorithm's remaining step will invoke the Reject Job Promise with provided error data. You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1175 -- Commit Summary -- * Fix the perform the fetch steps in Update algorithm -- File Changes -- M docs/index.bs (24) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1175.patch https://github.com/w3c/ServiceWorker/pull/1175.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/1175
Received on Tuesday, 25 July 2017 02:59:41 UTC