Skip to content
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

Some problem about popup.js invoke function from background page #5

Closed
johnsoncheg opened this issue May 6, 2018 · 0 comments
Closed

Comments

@johnsoncheg
Copy link

johnsoncheg commented May 6, 2018

after my several test and check, popup js can directly invoke function from background page with method chrome.extension.getBackgroundPage. But the template compile the background js into a webpack style data structure that my global custom method in src/background.js complied into a webpack scope。so this is annoyed for me to find such a silly problem... Is there some way to directly get Background page to invoke the background function ... I'm not willing to use onMessageto listen for the message from popupjs and run method

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

No branches or pull requests

1 participant