- Issue created by @abramm
The Juicer.io JS uses Backbone.CrossDomain library, which relies on
jQuery.support.cors
property to determine if CORS is supported.
https://github.com/victorquinn/Backbone.CrossDomain/blob/master/Backbone...
This property was removed in jQuery 4:
https://github.com/jquery/jquery/commit/cf84696fd1d7fe314a11492606529b5a...
Drupal 11 ships with jQuery 4 beta, so Juicer.io JS doesn't work anymore, throwing the following error:
Uncaught ReferenceError: XDomainRequest is not defined
The issue likely should be fixed on Juicer.io side, but for now it's good to have a workaround.
Install and configure the juicerio module on Drupal 11.
Apply a workaround.
Testing.
None.
None.
None.
Active
2.0
Code