• Hi!

    Chrome DevTools is informing me now, that your plugin is using a deprecated feature:
    “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/ .
    1 source
    svgs-inline-min.js:1”

    With the information in 3.5.1. The open() method / Warning I found the line in the uncompressed script file, which is the source of that warning:
    /wp-content/plugins/svg-support/js/svgs-inline.js:66

    xmlHttp.open("GET", imgURL, <strong>false</strong>);

    Please fix that issue in the very next version – thank you!

    Kind regards,
    Gerald

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Deprecated Feature Used” – Synchronous XMLHttpRequest’ is closed to new replies.