Skip to content

Instantly share code, notes, and snippets.

@serebano
Created August 6, 2024 03:41
Show Gist options
  • Save serebano/6d279aba0b21a16be07bba7bda4470f5 to your computer and use it in GitHub Desktop.
Save serebano/6d279aba0b21a16be07bba7bda4470f5 to your computer and use it in GitHub Desktop.
const myModule = await import(URL.createObjectURL(new Blob(
[`
// module code inside this template literal
`],
{type: "text/javascript"},
)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment