You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: