Skip to content
New issue

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

asynchronously load ckeditor.config scripts #19

Open
wmc54321 opened this issue Aug 16, 2019 · 0 comments
Open

asynchronously load ckeditor.config scripts #19

wmc54321 opened this issue Aug 16, 2019 · 0 comments

Comments

@wmc54321
Copy link

Hi, I've met some problems using self-host ckeditor.js file with ckeditor.load().

Usually, FE engineers usually uses "defer" for js script loading. I've tried to load ckeditor.js with <script defer src="..."> and ckeditor.load("..."), there will be error in the console. I guess there's inline scripts run before the loading of ckeditor.js. So is there any solution to load ckeditor.config() scripts asynchronously after ckeditor.js has already been loaded?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant