How to send an error object from content script to background script?
I’m trying to send an error event object from the content script: catch (error) { chrome.runtime.sendMessage(sender.id, error); } to the background script: chrome.runtime.onMessage.addListener((…