Vivaldi not handling a promise being executed by JQ in its initialization routines correctly.
-
I am getting the following error in my console:
"Uncaught (in promise) Error: The message port closed before a response was received."
I don't have any extensions enabled and I get the error with jQuery 3.6.0 and assorted other versions. I do not get the error in Chrome or Edge.
I tried it with a defer on the script tag, and also tried loading the JQ off the local filesystem (as opposed to a "CDN"...)
-
@legocoder It isn't a problem with your code; it is a problem on Vivaldi's end, so no need to worry about it.
Vivaldi is sort of an app/extension on top of the Chromium core, so some extension aspect of the browser that is being injected is probably responsible for the error.
If you inspect the user interface, you will see multiple instances of that error in the console. Thanks to the developers for bringing that error to regular webpage consoles as well! Wouldn't want us modders to have all the fun with such an exciting feature...