- From: Binyamin Laukstein <notifications@github.com>
- Date: Tue, 06 Jun 2017 03:46:49 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 6 June 2017 10:47:23 UTC
@jakearchibald why not simply allow pass custom params (whatever) like `scope` to ServiceWorker trough `navigator.serviceWorker.register` as mentioned in top comment? Is it about security? Imagine Array with `urlsToCache` is generated with JavaScript before navigator.serviceWorker.register ... today there are no way to get it work without impact on performance, like storing in IndexedDB or place in sw.js?query-url-with-all-urlsToCache... -- 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/issues/1157#issuecomment-306449651
Received on Tuesday, 6 June 2017 10:47:23 UTC