Skip to content

Warning using external.js "Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience" #4

@jcamp

Description

@jcamp

I'm using the external.js in a reveal.js presentation with some external sources. I get the follow warnings quite a lot in the debugger:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.

They relate to the line of code:

xhr.open( 'GET', url, false );

Line 54 in external.js

Any help always appreciated...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions