- From: Tobias Buschor <notifications@github.com>
- Date: Fri, 04 Aug 2017 21:44:55 +0000 (UTC)
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 4 August 2017 21:45:23 UTC
Maybe we should add a "type" member for "service_workers"? ``` ... "serviceworker": { "src": "sw.js", "scope": "/racer/", "use_cache": false "type": "module" }, ... ``` Will be needed once Browsers support serviceWorkers as js-modules. https://html.spec.whatwg.org/#module-worker-example -- 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/manifest/issues/594
Received on Friday, 4 August 2017 21:45:23 UTC