jquery-steps
jquery-steps copied to clipboard
Chrome version 71 Deprecation error using jquery-steps (1.1.0).
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);