-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
https://developers.google.com/web/fundamentals/primers/modules
Accept args.module = true for a particular script to add type="module". It would be up to consumers to do a feature detect:
'noModule' in document.createElement('script')
...to decide which script to request in loadJs, but using the same identifier for both that and a traditional script.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels