We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const mod = await import("https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js");
This gives
Uncaught TypeError: Failed to fetch dynamically imported module: https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js
See above.
I expected the import to succeed and mod to be an es6 module.
mod
The link to the file I am trying to import seems correct. If I click it in the console log it opens as expected.
The text was updated successfully, but these errors were encountered:
https://uicdn.toast.com/editor/latest/toastui-editor-all.min.js does not look like an ESM module, it looks more like a commonJS or AMD module
Sorry, something went wrong.
@sukus21 Thanks, yes I know. But why do I get a CORS error?
No branches or pull requests
Describe the bug
This gives
To Reproduce
See above.
Expected behavior
I expected the import to succeed and
mod
to be an es6 module.Desktop (please complete the following information):
Additional context
The link to the file I am trying to import seems correct. If I click it in the console log it opens as expected.
The text was updated successfully, but these errors were encountered: