Skip to content

asynchronously load ckeditor.config scripts #19

@wmc54321

Description

@wmc54321

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions