I get this error:
Failed to load module script: The server responded with a non-JavaScript MIME type of \"\". Strict MIME type checking is enforced fo
You can set the ModuleSpecifier to a data URI
ModuleSpecifier
data URI
to set the ModuleSpecifier programmatically you can launch Chromium/Chrome with --allow-file-access-from-files flag and utilize XMLHttpRequest() to request a JavaScript file from file: protocol
--allow-file-access-from-files
XMLHttpRequest()
file: