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

Window close may not always cleanly exit py-chrome-app #1

Open
natduca opened this issue Jan 3, 2013 · 0 comments
Open

Window close may not always cleanly exit py-chrome-app #1

natduca opened this issue Jan 3, 2013 · 0 comments

Comments

@natduca
Copy link
Owner

natduca commented Jan 3, 2013

Actions performed inside window close may be dropped.

Even exit is risky:
chrome.app.window.current().onClosed.addListener(function() {
chromeapp.exit(0);
})

See crbug.com/168147

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