Re: [w3c/webcomponents] HTML Modules (#645)

@dandclark I would loosen the restriction so that *only* synchronous scripts fail. People may still want to use `<script defer>` for loading libraries distributed as classic scripts (from CDNs etc) or other things like that.

I'm not sure what the use case of `<script async>` would be but presumably it would acceptable to just run `<script async>` tags after the module graph is fully imported as `<script async>` has no guarantees as to when it will be run.

-- 
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/645#issuecomment-433251096

Received on Friday, 26 October 2018 00:49:13 UTC