Trying your extension on chrome canary with a large (old, yet alive and kickin) 3.4.0 webapp.
It directly throws: isException: true value: TypeError: undefined is not a function
The extension's background page's console gives:
Error in event handler for tabs.onUpdated: Error: Attempting to use a disconnected port object at chrome-extension://pbeapidedgdpniokbedbfbaacglkceae/background/background.js:60:30
Which doesn't really help to resolve this, as it's an unrelated.
Any tip on how to trace such issues with your extension?
Thanks.
Trying your extension on chrome canary with a large (old, yet alive and kickin) 3.4.0 webapp.
It directly throws:
isException: true value: TypeError: undefined is not a functionThe extension's background page's console gives:
Error in event handler for tabs.onUpdated: Error: Attempting to use a disconnected port object at chrome-extension://pbeapidedgdpniokbedbfbaacglkceae/background/background.js:60:30Which doesn't really help to resolve this, as it's an unrelated.
Any tip on how to trace such issues with your extension?
Thanks.