Commit 6c89d75e authored by henry's avatar henry
Browse files

fixup! Bug 40069: Add helpers for message passing with extensions

TB 43783: Allow the browser to wait for the NoScript settings to be
applied.
parent 88b35704
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2275,6 +2275,7 @@ async function torSendExtensionMessage(extensionId, message) {
  const result = await ProxyMessenger.conduit.castRuntimeMessage("messenger", {
    extensionId,
    holder: new StructuredCloneHolder("torSendExtensionMessage", null, message),
    query: true,
    firstResponse: true,
    sender: {
      id: extensionId,