webext-bridge icon indicating copy to clipboard operation
webext-bridge copied to clipboard

No tabId when receiving message in background from content-script

Open bogomazov opened this issue 9 months ago • 0 comments

Version

^6.0.1

Current Behavior

sender in background onMessage has no tabId and frameId Screenshot 2024-05-15 at 13 06 37

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

bogomazov avatar May 15 '24 11:05 bogomazov