Last active
December 20, 2017 10:17
-
-
Save edoardocavazza/a063709ba8f5789b0a005e36a027d470 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="module" src="path/to/es6/module.js"></script> | |
<!-- OR (only in Chrome 64) --> | |
<script> | |
const module = await import('path/to/es6/module.js'); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment