Re: [w3c/webcomponents] Make JavaScript Files a Valid Entry Point to a Web Page (#807)

> ```
> <script>navigator.serviceWorker.register('sw.js').then(()=>{location.href="$/index.js"})</script>
> ```
Thumbs up for showcasing that, because that's cool. Still, it requires and html script tag, so it is beside the point as far as I'm concerned.

BTW, it is strange how often I come across your posts on the internet. I can't tell you how many times I've had an idea, and by googling about it, I'd come across something you've written that is the same or similar.

-- 
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/webcomponents/issues/807#issuecomment-486346447

Received on Wednesday, 24 April 2019 17:36:58 UTC