(Hidden by Administrator)
Bug 1695174 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0
Steps to reproduce:
It seems like the latest beta version of Firefox Developer edition has a problem with AJAX calls. My computer updated this morning to Firefox Developer Edition 87.0 Beta 3 (20210225185804) and since there I haven't been able to use most of the websites I use daily.
The symptons are similar everywhere. When browsing the websites, the console reports the following error with different Javascript codes.
Uncaught
Exception { name: "NS_ERROR_FAILURE", message: "", result: 2147500037, filename: "script.js.js", lineNumber: 30, columnNumber: 0, data: null, stack: "attach/<@script.js.js:30:43\neach@jquery.min.js:2:2976\neach@http://example.com/core/assets/vendor/jquery/jquery.min.js?v=3.5.1:2:1454\nattach@script.js.js?v=8.9.13:28:66\<@script1.js.js:25:24\nDrupal.attachBehaviors@script1.js.js:22:34\n@script1.js.init.js:28:12\nlistener@script1.js.init.js:20:9\n" }
The script giving errors varies but the result is the same that almost all JS functionalities are broken.