Hallo Rolf,
danke, aber man schreibt doch ohne zusäzliche Bibliotheken o.ä. sowieso z.B. 'import foo from "./bar.js"'
Das Problem mag auch doch schon beim ersten Script mit type="module" anfangen, und nicht erst beim import.
Auch mit Suffix mjs ändert sich nichts. Und:
https://developers.google.com/web/fundamentals/primers/modules
On the Web, the file extension doesn’t really matter, as long as the file is served with the JavaScript MIME type text/javascript. The browser knows it’s a module because of the type attribute on the script element.
Und offline klappt es bislang nicht, vermutlich weil der MIME type leer oder null ist. Vielleicht geht etwas mit Blob oder Ajax, aber das wollte ich eigentlich vermeiden.