Weekly github digest (Service Worker WG specs)

Issues
------
* w3c/ServiceWorker (+9/-3/💬50)
  9 issues created:
  - The Cache objects do not expire unless authors *or users* delete the entries. (by bsittler)
    https://github.com/w3c/ServiceWorker/issues/1276 
  - What's the possible reason for navigator.serviceWorker.register error? (by ywang1724)
    https://github.com/w3c/ServiceWorker/issues/1275 
  - Should the worker be removed from the registration *before* its state is set to "redundant"? (by cdumez)
    https://github.com/w3c/ServiceWorker/issues/1273 
  - Scope matching algorithm breaks sites that don't end in a slash (by mgiuca)
    https://github.com/w3c/ServiceWorker/issues/1272 
  - maybe explicitly set the `self.registration` DOM object on `ServiceWorkerGlobalScope` (by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1271 
  - `Clear Registration` should call `Update Registration State` before `Update Worker State` (by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1270 
  - windowClients state change events - loaded/unloaded (by shacharz)
    https://github.com/w3c/ServiceWorker/issues/1269 
  - should `ServiceWorker` interface implement `AbstractWorker` mixin? (by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1268 
  - clarify when FetchEvent.clientId will or will not be set for navigations (by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1267 

  12 issues received 50 new comments:
  - #1266 Until resultingClientId is implemented, what should FetchEvent.clientId be for navigation requests? (12 by jungkees, mattto, wanderview, youennf)
    https://github.com/w3c/ServiceWorker/issues/1266 
  - #1272 Scope matching algorithm breaks sites that don't end in a slash (8 by jungkees, domenic, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1272 
  - #1273 Should the worker be removed from the registration *before* its state is set to "redundant"? (7 by cdumez, mattto, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1273 
  - #1267 clarify when FetchEvent.clientId will or will not be set for navigations (6 by jungkees, mattto, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1267 
  - #1268 should `ServiceWorker` interface implement `AbstractWorker` mixin? (6 by annevk, jungkees, domenic, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1268 
  - #1263 Should a SW client.id persists across Discards/Reloads of the same page? (2 by jungkees, spanicker)
    https://github.com/w3c/ServiceWorker/issues/1263 
  - #693 Replaying POST requests (2 by jakearchibald, rahulbm)
    https://github.com/w3c/ServiceWorker/issues/693 
  - #1275 What's the possible reason for navigator.serviceWorker.register error? (2 by ywang1724, mattto)
    https://github.com/w3c/ServiceWorker/issues/1275 
  - #1276 The Cache objects do not expire unless authors *or users* delete the entries. (2 by jakearchibald, bsittler)
    https://github.com/w3c/ServiceWorker/issues/1276 
  - #1226 How to handle redirected URL for login authentication offline. (1 by knitesh)
    https://github.com/w3c/ServiceWorker/issues/1226 
  - #1262 should local URLs check origin before inheritting a controller? (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1262 
  - #1265 should blob URL clients have their controlled updated if their parent's controller is changed? (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1265 

  3 issues closed:
  - What's the possible reason for navigator.serviceWorker.register error? https://github.com/w3c/ServiceWorker/issues/1275 
  - `Clear Registration` should call `Update Registration State` before `Update Worker State` https://github.com/w3c/ServiceWorker/issues/1270 
  - Until resultingClientId is implemented, what should FetchEvent.clientId be for navigation requests? https://github.com/w3c/ServiceWorker/issues/1266 



Pull requests
-------------
* w3c/ServiceWorker (+1/-0/💬0)
  1 pull requests submitted:
  - Clarify target object of Client.postMessage can be null (by jungkees)
    https://github.com/w3c/ServiceWorker/pull/1274 


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

Received on Tuesday, 6 February 2018 17:01:37 UTC