Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nitayneeman/7f68e42c335f11546247f94b29ef50d7 to your computer and use it in GitHub Desktop.
Save nitayneeman/7f68e42c335f11546247f94b29ef50d7 to your computer and use it in GitHub Desktop.
button.addEventListener('click', async () => {
const { myFunction } = await import('./module.mjs');
myFunction();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment