jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

Chrome version 71 Deprecation error using jquery-steps (1.1.0).

Open cmanley opened this issue 6 years ago • 0 comments

Calling the .steps() method is triggering this deprecation error recently in the console of Chrome since preventing this plugin from working:

[Deprecation] 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/. It seems to arise from the line with: return initialize.apply(this, arguments);

cmanley avatar Jan 10 '19 21:01 cmanley