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
Now we only use webNavigation listeners to keep track of the current tab's URL in the page editor in a hook, so it's fine if it fires twice with the same URL 🙌
https://developer.chrome.com/blog/extension-instantnav/#transitions
According to this document,
onCommitted
might fire twice on a single navigation:We should make sure that we ignore documents are not yet visible.
As part of this issue, it might also be a good idea to see if the content scripts are injected in the pre-rendered state.
Triaging this as a bug because PB is definitely tracking pre-rendered documents right now, and it shouldn't
The text was updated successfully, but these errors were encountered: