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
No error will be logged, even if the tab doesn't exist, so for these errors to appear you must pass a callback like chrome.tabs.sendMessage(2, 'hi', console.log)
Tab doesn't exist
Could not establish connection. Receiving end does not exist.
sendMessage
is called without callbackNo error will be logged, even if the tab doesn't exist, so for these errors to appear you must pass a callback like
chrome.tabs.sendMessage(2, 'hi', console.log)
Tab doesn't exist
Tab didn't call
chrome.runtime.onMessage.addListener
onMessage
listener did not callsendResponse
If the listener returns
true
The error is thrown when the page is navigates away or the tab is closed.
Before Chrome 102:
In Chrome 102:
If the listener returns anything else
This error is thrown immediately:
The text was updated successfully, but these errors were encountered: