8000 Implement chrome.runtime.onMessage response callback by MarshallOfSound · Pull Request #7974 · electron/electron · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement chrome.runtime.onMessage response callback #7974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 17, 2016

Conversation

MarshallOfSound
Copy link
Member

I did this trying to fix #7970

It didn't help 😆 but may as well implement it 👍

}
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message)
ipcRenderer.send('CHROME_TABS_SEND_MESSAGE', tabId, extensionId, isBackgroundPage, message, originResultID)
originResultID++;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra semicolon.

@zcbenz
Copy link
Contributor
zcbenz commented Nov 17, 2016

👍

@zcbenz zcbenz merged commit 3834f0c into master Nov 17, 2016
@zcbenz zcbenz deleted the chrome-runtime-response-callback branch November 17, 2016 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing Augury (angular2) dev tool on electron 1.4.5
2 participants
0