You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
I am building a static site that uses Javascript to talk a remote REST API. I believe this is very popular web design because it lets you serve dynamic content from a static site.
Failed to load module script: The server responded with a non-JavaScript MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.
Would it be significant effort to add some default MIME types to include in return headers?
The text was updated successfully, but these errors were encountered:
It would be very nice if the EXE just read a .config file and the MIME list can be put in that file. That way there's a default, but its user configurable and extendable.
I am building a static site that uses Javascript to talk a remote REST API. I believe this is very popular web design because it lets you serve dynamic content from a static site.
Unfortunately, this HTML line:
<script src="js/editor.js?v=1.0" type="module"></script>
Throws this error in Chromium:
Would it be significant effort to add some default MIME types to include in return headers?
The text was updated successfully, but these errors were encountered: