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
but there seems to be some kind of bug with this, as some of the DOM hasn't actually finished loading by this point -- I could see that it couldn't find the HTML elements that I know should be there.
Basically Chrome is reporting that the tab has finished loading sooner than it actually is. I'm already checking that the
TabStatus
is set to "completed" before sending a message to the content script: https://developer.chrome.com/docs/extensions/reference/tabs/#type-TabStatusbut there seems to be some kind of bug with this, as some of the DOM hasn't actually finished loading by this point -- I could see that it couldn't find the HTML elements that I know should be there.
See here: https://github.com/raleighlittles/Chrome-AMC-AList-Filter/blob/main/content.js#L38
https://stackoverflow.com/questions/70571871/chrome-extension-tabs-onupdated-with-status-complete-works-too-early
The text was updated successfully, but these errors were encountered: