We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using sockjs 0.3.4 as part of a W3C packaged app (Chrome App), sockjs-0.3.4.js:595
utils.attachEvent('unload', unload_triggered);
results in an error message "unload is not available in packaged apps."
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Does this actually prevent your app from working? From what I can tell it is just a warning. You can use https://developer.chrome.com/apps/runtime#event-onSuspend and then close the connection manually if you want.
It really is just a warning and everything seems to work as expected.
c69722b
No branches or pull requests
When using sockjs 0.3.4 as part of a W3C packaged app (Chrome App), sockjs-0.3.4.js:595
results in an error message "unload is not available in packaged apps."
The text was updated successfully, but these errors were encountered: