Weekly github digest (Service Worker WG specs)

Issues
------
* w3c/ServiceWorker (+1/-7/💬16)
  1 issues created:
  - Should register() trigger an update if only updateViaCache changes? (by mattto)
    https://github.com/w3c/ServiceWorker/issues/1414 

  12 issues received 16 new comments:
  - #614 A way to immediately unregister a service worker (4 by asakusuma, mattto, jungkees)
    https://github.com/w3c/ServiceWorker/issues/614 
  - #1345 Consider exposing Page Lifecycle state to service-worker (2 by rejhgadellaa)
    https://github.com/w3c/ServiceWorker/issues/1345 
  - #1408 Should register() trigger byte-for-byte checking when WorkerType is updated? (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1408 
  - #1189 Does changing updateViaCache mint a new ServiceWorkerRegistration or update them all? (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1189 [decided] 
  - #1414 Should register() trigger an update if only updateViaCache changes? (1 by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1414 
  - #1358 Should add “script type” and “update via cache”  when check two jobs are equivalent. (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1358 
  - #1263 Should a SW client.id persists across Discards/Reloads of the same page? (1 by jakearchibald)
    https://github.com/w3c/ServiceWorker/issues/1263 
  - #1204 resurrected service workers don't fire an activate event which may break expectations (1 by jakearchibald)
    https://github.com/w3c/ServiceWorker/issues/1204 
  - #1307 Service-Worker-Allowed can be cross-origin to the script URL. (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1307 
  - #1273 Should the worker be removed from the registration *before* its state is set to "redundant"? (1 by jakearchibald)
    https://github.com/w3c/ServiceWorker/issues/1273 
  - #1359 Should add a “script type” check in the register algorithm. (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1359 
  - #1405 Discuss the maxScopeString and Service-Worker-Allowed in security considerations (1 by mattto)
    https://github.com/w3c/ServiceWorker/issues/1405 

  7 issues closed:
  - Should a SW client.id persists across Discards/Reloads of the same page? https://github.com/w3c/ServiceWorker/issues/1263 
  - Should add “script type” and “update via cache”  when check two jobs are equivalent. https://github.com/w3c/ServiceWorker/issues/1358 
  - Should add a “script type” check in the register algorithm. https://github.com/w3c/ServiceWorker/issues/1359 
  - Should register() trigger byte-for-byte checking when WorkerType is updated? https://github.com/w3c/ServiceWorker/issues/1408 
  - Does changing updateViaCache mint a new ServiceWorkerRegistration or update them all? https://github.com/w3c/ServiceWorker/issues/1189 [decided] 
  - Service-Worker-Allowed can be cross-origin to the script URL. https://github.com/w3c/ServiceWorker/issues/1307 
  - Discuss the maxScopeString and Service-Worker-Allowed in security considerations https://github.com/w3c/ServiceWorker/issues/1405 



Pull requests
-------------
* w3c/ServiceWorker (+5/-4/💬20)
  5 pull requests submitted:
  - Central algorithm for updating service worker state and registrations (by jakearchibald)
    https://github.com/w3c/ServiceWorker/pull/1416 
  - Kill resurrection (by jakearchibald)
    https://github.com/w3c/ServiceWorker/pull/1415 
  - Fixing link to "scope" and copying changes to v1. (by jakearchibald)
    https://github.com/w3c/ServiceWorker/pull/1413 
  - Fixing deploy (by jakearchibald)
    https://github.com/w3c/ServiceWorker/pull/1412 
  - Improve "update via cache" and "worker type" in register algorithms. (by mattto)
    https://github.com/w3c/ServiceWorker/pull/1411 

  3 pull requests received 20 new comments:
  - #1416 Central algorithm for updating service worker state and registrations (15 by jakearchibald, mattto, wanderview)
    https://github.com/w3c/ServiceWorker/pull/1416 
  - #1411 Improve "update via cache" and "worker type" in register algorithms. (3 by mattto)
    https://github.com/w3c/ServiceWorker/pull/1411 
  - #1415 Kill resurrection (2 by jakearchibald)
    https://github.com/w3c/ServiceWorker/pull/1415 

  4 pull requests merged:
  - Improve "update via cache" and "worker type" in register algorithms.
    https://github.com/w3c/ServiceWorker/pull/1411 
  - Fixing link to "scope" and copying changes to v1.
    https://github.com/w3c/ServiceWorker/pull/1413 
  - Fixing deploy
    https://github.com/w3c/ServiceWorker/pull/1412 
  - Refinements and description of Service-Worker-Allowed.
    https://github.com/w3c/ServiceWorker/pull/1409 


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

Received on Tuesday, 4 June 2019 17:01:10 UTC