Weekly github digest (Service Worker WG specs)

Issues
------
* w3c/ServiceWorker (+5/-1/💬12)
  5 issues created:
  -  getRegistrations manipulates ES arrays in parallel steps (by bzbarsky)
    https://github.com/w3c/ServiceWorker/issues/1241
  - matchAll manipulates ES arrays in parallel steps (by bzbarsky)
    https://github.com/w3c/ServiceWorker/issues/1240
  - if a worker script redirects from an in-scope URL to an out-of-scope URL, what is the worker's final controller? (by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1239
  - Provide a way to skipWaiting when the last tab refreshes (by dfabulich)
    https://github.com/w3c/ServiceWorker/issues/1238
  - How do I get extendableEvent.waitUntil() to play nicely with async functions (by Zectbumo)
    https://github.com/w3c/ServiceWorker/issues/1237

  9 issues received 12 new comments:
  - #1237 How do I get extendableEvent.waitUntil() to play nicely with async functions (3 by Zectbumo, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1237
  - #1240 matchAll manipulates ES arrays in parallel steps (2 by domenic, bzbarsky)
    https://github.com/w3c/ServiceWorker/issues/1240
  - #993 Provide a way to skipWaiting when the last tab refreshes (1 by dfabulich)
    https://github.com/w3c/ServiceWorker/issues/993
  - #1232 what happens if an initial about:blank inherits a controller, but its navigation request does not match any service worker? (1 by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1232
  - #1203 Mixed feelings about ServiceWorker for module loader (1 by Krinkle)
    https://github.com/w3c/ServiceWorker/issues/1203
  - #1238 Provide a way to skipWaiting when the last tab refreshes (1 by dfabulich)
    https://github.com/w3c/ServiceWorker/issues/1238
  - #1239 if a worker script redirects from an in-scope URL to an out-of-scope URL, what is the worker's final controller? (1 by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1239
  - #1085 Allow overlapping scopes (1 by AshleyScirra)
    https://github.com/w3c/ServiceWorker/issues/1085
  - #863 Allow caches to opt-in to granular cleanup (1 by tomayac)
    https://github.com/w3c/ServiceWorker/issues/863

  1 issues closed:
  - Provide a way to skipWaiting when the last tab refreshes https://github.com/w3c/ServiceWorker/issues/993



Pull requests
-------------
* w3c/ServiceWorker (+0/-1/💬1)
  1 pull requests received 1 new comments:
  - #1236 Delete foreign_fetch_explainer.md (1 by jakearchibald)
    https://github.com/w3c/ServiceWorker/pull/1236

  1 pull requests merged:
  - Delete foreign_fetch_explainer.md
    https://github.com/w3c/ServiceWorker/pull/1236


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/ServiceWorker

Received on Tuesday, 5 December 2017 17:00:23 UTC