Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 87fe61b

Browse files
committed
module tag clarifications
1 parent aa898bd commit 87fe61b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ System.typescriptOptions = {...};
101101

102102
#### Module Tag
103103

104-
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:
105107

106108
```html
107109
<script type="module">

0 commit comments

Comments
 (0)