Is it possible to use absolute URLs for es6-modules import in browsers?
import something from 'https://example.com/js/lib/es6_module.mjs';
As I know, it is impossible for nodejs. I have the following error in this case:
Uncaught Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only file and data URLs are supported by the default ESM loader. Received protocol 'https:'