[w3c/manifest] ServiceWorker type-member ( "type" : "module" ) (#594)

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