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

Use event instead of background page #216

Open
neocotic opened this issue Apr 17, 2014 · 0 comments
Open

Use event instead of background page #216

neocotic opened this issue Apr 17, 2014 · 0 comments

Comments

@neocotic
Copy link
Member

Configure the existing background page (i.e. src/pages/background.html) to instead be an event page. This will help make the memory footprint more manageable by Chrome itself.

Although the configuration change is minimal, any usage of the synchronous chrome.extension.getBackgroundPage must be replaced with the asynchronous chrome.runtime.getBackgroundPage, which will require more effort.

@neocotic neocotic added this to the 1.3.0 milestone Apr 17, 2014
@neocotic neocotic assigned neocotic and unassigned neocotic Apr 17, 2014
@neocotic neocotic added ready and removed ready labels Nov 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant