- From: Ben Kelly <notifications@github.com>
- Date: Wed, 15 Feb 2017 13:44:39 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 February 2017 21:45:13 UTC
This pull request is broken up into two commits:
1. First we rename the current 'service worker client' concept to just 'client'. I think this makes sense because the client concept is more general than just service workers and we would like to expose it to other places in the future. Also, I need the 'service worker client' name to represent my new client type.
2. Add the service worker client type.
This PR addresses issue #1036.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/ServiceWorker/pull/1074
-- Commit Summary --
* Rename 'service worker client' to just 'client'. #1036
* Add the 'service worker client' for Client objects representing ServiceWorkerGlobalScope. Fixes #1036
-- File Changes --
M docs/index.bs (163)
-- Patch Links --
https://github.com/w3c/ServiceWorker/pull/1074.patch
https://github.com/w3c/ServiceWorker/pull/1074.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/1074
Received on Wednesday, 15 February 2017 21:45:13 UTC