Re: [w3c/webcomponents] How to handle non-type=”module” scripts in HTML Modules? (#798)

I just opened https://github.com/systemjs/systemjs/pull/2011 to systemjs that adds full support for HTML modules.

In it, I had to take a stance on whether to throw or default on `<script>` elements that don't have a `type="module"`. And initial implementation throws.

Any update on this issue?

-- 
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/798#issuecomment-525958782

Received on Wednesday, 28 August 2019 23:20:01 UTC