- From: Yannic <notifications@github.com>
- Date: Thu, 10 Oct 2019 10:34:29 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 10 October 2019 17:34:30 UTC
This changes the spec to delay evaluating `ready promise` until `serviceWorker.ready` has been accessed at least once. Once `serviceWorker.ready` has been accessed, it always returns the same promise (just like we always did). Fixes #1477 You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1478 -- Commit Summary -- * Make serviceWorker.ready spec match implementations -- File Changes -- M docs/index.bs (5) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1478.patch https://github.com/w3c/ServiceWorker/pull/1478.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/1478
Received on Thursday, 10 October 2019 17:34:30 UTC