Remove listeners for all socket events, disconnects socket and destroys object
Initialize socket connection with all listeners
onAuthRefresh event action
onConnect event action
onDisconnect event action
onOAuthError event action
onPageContent eent action
onPageError event action
onPageSettings event action
onReconnectError event action Try and brake the previous redirect. Go back to root
onRedirect event action
Start listening for content updates. If socket not connected yet, it will initialize the socket connection
Stop receiving page content updates (still keeps receiving settings/meta updates and other events) This will NOT disconnect the socket, merely it will just stop listening for updates - throws them away
Determines if client supports websockets
Generated using TypeDoc
Connect socket to a server. If client doesnt support websockets, it tries to fall back to long polling