Skip to content

Instantly share code, notes, and snippets.

@edoardocavazza
Last active December 20, 2017 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edoardocavazza/a063709ba8f5789b0a005e36a027d470 to your computer and use it in GitHub Desktop.
Save edoardocavazza/a063709ba8f5789b0a005e36a027d470 to your computer and use it in GitHub Desktop.
<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