- From: Jake Archibald <notifications@github.com>
- Date: Fri, 29 Jan 2021 00:37:03 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 January 2021 08:37:16 UTC
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