Closed Bug 1334341 Opened 7 years ago Closed 7 years ago

browser.runtime.sendMessage() messages emitted by background script not passed to listeners in same script

Categories

(WebExtensions :: General, defect)

51 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1286124

People

(Reporter: apbytes, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170118123726

Steps to reproduce:

browser.runtime.onMessage.addListener(function(msg){console.log("whoa!");});
browser.runtime.sendMessage(msg);

This is the code from a background script of a web extension. Used to work correctly before the new firefox update.


Actual results:

The listener callback never gets called . sendmessage fails with error "Error: Could not establish connection. Receiving end does not exist."


Expected results:

The listener callback should have been called.
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0

Hi Abhishek. 

Please, can you provide the web extension so we can take a look at the error? 

Also, I will assign a component and perhaps there's someone with extensive knowledge on this area that might be able to help here.
Component: Untriaged → WebExtensions: General
Product: Firefox → Toolkit
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: Toolkit → WebExtensions
You need to log in before you can comment on or make changes to this bug.