-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ERROR] About tampermonkey beta runtime error #2152
Comments
What is the bug besides these console logs? Tampermonkey should detect if a page is moved in bfcache and restore communication when it is moved out of it. |
Where exactly do you see this message? In the console of the script installation page? Can you maybe post a screenshot? |
From greasyfork when I click on the install script button, link to jump to https://www.tampermonkey.net/script_installation.php#url=, Service Worker will be output in the above error |
I suddenly started getting this error as well: I'm not sure what the trigger was since I noticed it after doing a bunch of stuff. It doesn't reliably trigger if I do forward/back navigation though. I also didn't noticed any erroneous behavior.
|
Yes, this is just a cosmetic problem. |
Should be fixed at 5.3.6208 (crx|xpi in review) Please download the crx file linked above and drag and drop it to the extensions page For a quick fix please export your settings and scripts as zip or (JSON) file at the "Utilities" tab and import it back at the fixed BETA version. |
An error occurred in installation script:
This error occurs every time a script is installed, and sometimes another error occurs:
For example: #2138
Suggest
Because the browser suspends any pending timer or unresolved promise for the page in bfcache (including almost all pending tasks in the JavaScript task queue) and continues processing tasks after the page recovers from bfcache. This may affect other open tabs in the same source. As a result, browsers typically do not try to cache pages when using apis that might affect other pages during messaging processing.
Specifications
The text was updated successfully, but these errors were encountered: