- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 07 Nov 2017 17:00:31 +0000
- To: public-webapps-github-weekly@w3.org
- Message-Id: <E1eC7El-0001TY-HQ@uranus.w3.org>
Issues ------ * w3c/ServiceWorker (+0/-23/💬77) 40 issues received 77 new comments: - #1206 Create F2F agenda - 7 November 2017 (12 by jungkees, jakearchibald, tomayac, wanderview, delapuente) https://github.com/w3c/ServiceWorker/issues/1206 - #1208 Feature request: Provide a way to delay execution of a new service worker (6 by jakearchibald, twiss) https://github.com/w3c/ServiceWorker/issues/1208 - #1077 Find a way for service workers to get their current state (4 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1077 - #977 Allow Caching of POST requests (4 by MorganConrad, jakearchibald, EricOyler) https://github.com/w3c/ServiceWorker/issues/977 - #1141 Service Worker makes AJAX Progress Listener not Working (4 by jakearchibald, wanderview) https://github.com/w3c/ServiceWorker/issues/1141 - #1039 async waitUntil() does not allow extension on final promise resolution? (3 by jakearchibald, wanderview) https://github.com/w3c/ServiceWorker/issues/1039 - #1184 error handling for aborted streams feeding a navigation request (3 by jakearchibald, wanderview) https://github.com/w3c/ServiceWorker/issues/1184 - #1085 Allow overlapping scopes (3 by jakearchibald, AshleyScirra) https://github.com/w3c/ServiceWorker/issues/1085 - #1162 reflect internal "parsed" state in ServiceWorkerState enum (2 by jakearchibald, wanderview) https://github.com/w3c/ServiceWorker/issues/1162 - #1195 Proposal: Allow addEventListener/removeEventListener for 'fetch' to called at anytime (2 by bgirard, wanderview) https://github.com/w3c/ServiceWorker/issues/1195 - #1214 Clarity: "is dispatched a set of" (2 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1214 - #979 Define procedure to convert options object of `sw.register()` to `Link` header (2 by jakearchibald, mkruisselbrink) https://github.com/w3c/ServiceWorker/issues/979 - #1127 Reduce GC exposure (2 by jakearchibald, wanderview) https://github.com/w3c/ServiceWorker/issues/1127 - #1215 Navigating reserved clients (2 by jakearchibald, jungkees) https://github.com/w3c/ServiceWorker/issues/1215 - #1024 consider allowing static routing only for "foreign fetch" for anonymous requests (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1024 - #1157 Proposal: pass custom params in ServiceWorkerRegistration for future use (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1157 - #1037 `Clients.matchAll()` should exclude the current environment (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1037 - #920 Making a concurrent request for navigations (1 by wanderview) https://github.com/w3c/ServiceWorker/issues/920 - #1181 Cross origin error due to htaccess restrictions (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1181 - #1066 Add async iteration to the cache API (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1066 - #1200 is the browser required to start the ServiceWorker for postMessage() if there is no message event handler? (1 by mattto) https://github.com/w3c/ServiceWorker/issues/1200 - #1204 resurrected service workers don't fire an activate event which may break expectations (1 by mattto) https://github.com/w3c/ServiceWorker/issues/1204 - #825 Installing a foreign SW as part of a subresource request (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/825 - #1082 No event for knowing when service worker is not available (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1082 - #1087 Safety versus simplicity in specification tests (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1087 - #1216 Should we expose reserved clients? (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1216 - #1092 Is there any way for a web page to see if their requests will be intercepted by a foreign fetch handler? (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1092 - #822 Preventing server-forced updates (1 by twiss) https://github.com/w3c/ServiceWorker/issues/822 - #713 Support restarting download when storing large resources in Cache (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/713 - #975 Using BroadcastChannel to wake up a service worker (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/975 - #1108 Touching documents in an "in parallel" section makes no sense (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1108 - #1111 Confusing "Updating a service worker" section in explainer (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1111 - #1103 Change the spec so that when a new SW is being registered it's set to not use cache the first time (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1103 - #1117 Should a service worker be allowed to register new service workers? (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1117 - #1133 clients.get() should resolve with null instead of undefined (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1133 - #1213 async waitUntil microtask issue (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1213 - #1137 Priority of requests (feature request) (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1137 - #1165 Allow `None` as value for `Service-Worker-Allowed`. (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1165 - #1017 clientId on ForeignFetchEvents (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1017 - #1148 event.waitUntil/respondWith vs return promise (1 by jakearchibald) https://github.com/w3c/ServiceWorker/issues/1148 23 issues closed: - Support restarting download when storing large resources in Cache https://github.com/w3c/ServiceWorker/issues/713 - Installing a foreign SW as part of a subresource request https://github.com/w3c/ServiceWorker/issues/825 - Foreign fetch vs non-credentialed requests https://github.com/w3c/ServiceWorker/issues/878 - CORS pre-flight for foreign fetch https://github.com/w3c/ServiceWorker/issues/880 - Foreign fetch and no-referrer Referrer Policy https://github.com/w3c/ServiceWorker/issues/899 - Making a concurrent request for navigations https://github.com/w3c/ServiceWorker/issues/920 - Using BroadcastChannel to wake up a service worker https://github.com/w3c/ServiceWorker/issues/975 - registerForeignFetch({ origins, scope }) optional https://github.com/w3c/ServiceWorker/issues/982 - async waitUntil() does not allow extension on final promise resolution? https://github.com/w3c/ServiceWorker/issues/1039 - clientId on ForeignFetchEvents https://github.com/w3c/ServiceWorker/issues/1017 - consider allowing static routing only for "foreign fetch" for anonymous requests https://github.com/w3c/ServiceWorker/issues/1024 - no way for using a websocket inside a service worker https://github.com/w3c/ServiceWorker/issues/1072 - Service worker ID - remove? https://github.com/w3c/ServiceWorker/issues/1076 - No event for knowing when service worker is not available https://github.com/w3c/ServiceWorker/issues/1082 - Allow overlapping scopes https://github.com/w3c/ServiceWorker/issues/1085 - Safety versus simplicity in specification tests https://github.com/w3c/ServiceWorker/issues/1087 - Is there any way for a web page to see if their requests will be intercepted by a foreign fetch handler? https://github.com/w3c/ServiceWorker/issues/1092 - how does service worker interact with html imports? https://github.com/w3c/ServiceWorker/issues/1095 - Confusing "Updating a service worker" section in explainer https://github.com/w3c/ServiceWorker/issues/1111 - clients.get() should resolve with null instead of undefined https://github.com/w3c/ServiceWorker/issues/1133 - Priority of requests (feature request) https://github.com/w3c/ServiceWorker/issues/1137 - event.waitUntil/respondWith vs return promise https://github.com/w3c/ServiceWorker/issues/1148 - Proposal: pass custom params in ServiceWorkerRegistration for future use https://github.com/w3c/ServiceWorker/issues/1157 Pull requests ------------- * w3c/ServiceWorker (+3/-1/💬2) 3 pull requests submitted: - FetchEvent init preloadResponse should be option. Fixes #1114. (by jakearchibald) https://github.com/w3c/ServiceWorker/pull/1219 - add w3cid for editors to help publication (by ylafon) https://github.com/w3c/ServiceWorker/pull/1218 - Minor grammar issue. Fixes #1214. (by jakearchibald) https://github.com/w3c/ServiceWorker/pull/1217 2 pull requests received 2 new comments: - #1211 Meta: mention type:untestable and type:missing-coverage wpt labels (1 by jakearchibald) https://github.com/w3c/ServiceWorker/pull/1211 - #1218 add w3cid for editors to help publication (1 by jakearchibald) https://github.com/w3c/ServiceWorker/pull/1218 1 pull requests merged: - Meta: mention type:untestable and type:missing-coverage wpt labels https://github.com/w3c/ServiceWorker/pull/1211 Repositories tracked by this digest: ----------------------------------- * https://github.com/w3c/ServiceWorker
Received on Tuesday, 7 November 2017 17:00:39 UTC