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
var ws = null if (typeof WebSocket !== 'undefined') { ws = WebSocket } else if (typeof MozWebSocket !== 'undefined') { ws = MozWebSocket } else { ws = window.WebSocket || window.MozWebSocket } module.exports = ws
nativescript is some way like react native
and there is no window in it.
window
The text was updated successfully, but these errors were encountered:
We are happy to accept a pull request that enable support for nativescript.
Sorry, something went wrong.
No branches or pull requests
nativescript is some way like react native
and there is no
window
in it.The text was updated successfully, but these errors were encountered: