webext-bridge
webext-bridge copied to clipboard
No tabId when receiving message in background from content-script
Version
^6.0.1
Current Behavior
sender in background onMessage has no tabId and frameId
Expected Behavior
tabId and frameId to be present
Steps To Reproduce
on Chrome. Create onMessage in background script and await sendMessage(destination, data, "background")
from content script
Anything else?
No response