Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Last active August 29, 2015 13:57
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 jakearchibald/000ab94ad9fa5cfe62a8 to your computer and use it in GitHub Desktop.
Save jakearchibald/000ab94ad9fa5cfe62a8 to your computer and use it in GitHub Desktop.
<script src="/whatever.js" class="script-dependency" async></script>
<module>
import app from "myapp";
document.querySelector('.script-dependency').loaded().then(function() {
app.init();
});
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment