Advertisement
Guest User

Socket.IO Object

a guest
Oct 13th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. SocketNamespace
  2. $events: Object
  3. connect_failed: function (){ console.log("connect_failed : "+JSON.stringify(arguments)); }
  4. error: function (){ console.log("error "+JSON.stringify(arguments)); }
  5. __proto__: Object
  6. ackPackets: 0
  7. ...
  8. name: ""
  9. socket: Socket
  10. $events: Object
  11. connect: function maybeReconnect() {
  12. connect_failed: function maybeReconnect() {
  13. __proto__: Object
  14. buffer: Array[0]
  15. ...
  16. __proto__: Socket
  17. __proto__: SocketNamespace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement