You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
As well as defining `window.System`, this polyfill provides support for the `<script type="module">` tag:
104
+
The module tag is specified to provide a new entry point for using module syntax in browsers. This is because normal `<script>` tags must remain backwards-compatible so won't support this new mechanism.
105
+
106
+
This polyfill provides simple support for the `<script type="module">` tag via:
0 commit comments