You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, youtube, github, etc. depend on urls.detection event. I assume their callback is removed when urls is unloaded. Ideally, we continue to track this and re-register it when the event becomes available again.
(This can occur during reloads, or initial startup.)
The text was updated successfully, but these errors were encountered:
johnmaguire
changed the title
When urls is reloaded, plugins dependent on urls.detection stop working
Race condition with urls.detection event - plugins loaded before urls don't register
Mar 13, 2024
For example, youtube, github, etc. depend on
urls.detection
event. I assume their callback is removed whenurls
is unloaded. Ideally, we continue to track this and re-register it when the event becomes available again.(This can occur during reloads, or initial startup.)
The text was updated successfully, but these errors were encountered: