Quantcast
Viewing latest article 2
Browse Latest Browse All 4

Cannot use import statement outside a module(Vanilla Javascript)

when i tried to import a class from one js file to another i got this error

Uncaught SyntaxError: Cannot use import statement outside a module

when i added type="module" to my script tags i got this error

Access to script at 'file link' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.

any help on how to fix the error ?


Viewing latest article 2
Browse Latest Browse All 4

Trending Articles