Background script messaging with javascript
问题 I was messing around with communicating inside a Google Chrome extension and was using the following guide: https://developer.chrome.com/extensions/messaging It used to work but I have encountered an error : Error in response to tabs.query: TypeError: Cannot read property 'id' of undefined I compared my code and the Google Chrome code and I can't seem to find why my code produces that error: chrome.tabs.query({active: true, currentWindow: true}, function(tabs) { chrome.tabs.sendMessage(tabs[1