Re: [w3c/ServiceWorker] How should import() work in service workers? (#1585)

So is it possible to load third party modules in service workers right now? I looked at [Shimport](https://github.com/Rich-Harris/shimport) per @jimmywarting 's suggestion but shimport creates `<script>` tags if import doesn't work - Service Workers don't have a DOM, so I don't think adding `<script>` tags would work. Is it possible to load third party modules at all? 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1585#issuecomment-1337136402
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/1585/1337136402@github.com>

Received on Monday, 5 December 2022 10:59:54 UTC