Re: [w3c/ServiceWorker] Clarify dynamic-imported scripts are never installed (#1356)

If we're saying that `import()` should reject until we can figure out the right thing to do with it, should this also reject:

```js
import('data:text/javascript;charset=utf-8,export default 1');
```

There's no network dependency here, but it feels like rejecting is right, as it provides a feature detect for the rest of `import` in service worker.

-- 
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/1356#issuecomment-769661447

Received on Friday, 29 January 2021 08:37:16 UTC