- From: Jungkee Song <notifications@github.com>
- Date: Mon, 15 Jul 2019 13:43:53 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 July 2019 20:44:15 UTC
The Update algorithm step 9 has two issues:
- Using to-be-created environment settings object instead of a concrete
environment settings object
- Passing null value of job's client to the fetch a script algorithms in HTML
This change leaves notes on these issues to track them in the nightly version
and moves them to the Version 2 milestone in the github repository.
For https://github.com/w3c/ServiceWorker/issues/1013.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/ServiceWorker/pull/1450
-- Commit Summary --
* Leave notes on service worker script fetching for V1
-- File Changes --
M docs/index.bs (4)
M docs/v1/index.bs (7)
-- Patch Links --
https://github.com/w3c/ServiceWorker/pull/1450.patch
https://github.com/w3c/ServiceWorker/pull/1450.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/1450
Received on Monday, 15 July 2019 20:44:15 UTC