Created
August 6, 2024 03:41
-
-
Save serebano/6d279aba0b21a16be07bba7bda4470f5 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
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