We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Revert f5d3ce5725963bfda30394a26da521607b3e37e4...339cb9efaf64c4c95681179b088b742016c80d37 on Client API
Created Client API (markdown)
Updated Client API (markdown)
added info about event callback context
Update docs about arguments to open()
Add acknowledge as it's been added to master.
added attach_textarea
Minor change to the connection.open() documentation -- it seems to take a URL parameter now, not a hostname, port.
Added in some documentation on the events emitted by the connection object.
Took an initial stab at updating the documentation to reference browserchannel instead of socket.io. I think there may be some additional things that are incorrect (for example, no mention of automatic reconnection). I'd also like to add in the events that are emitted by the connection object (e.g. 'ok', 'handshake', 'error') and a description of each.
Since you've changed the API, i update the 'insert' example to reflect the new API
Updated to 0.5.0
tweaked formatting for readability
Reflowed the client api wiki page to make it read better
Added new API calls for shareJS 0.3
Added client API doc to wiki