Last active
July 27, 2017 16:29
-
-
Save bradurani/b93088d98deb1ae9354954026c37c7b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ws.onopen = function () { | |
if (ws.protocol == 'appProtocol-v2') { | |
... | |
} else { | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment