Abstract
The operation that the client is waiting for acknowledgement from the server.
The operation that is currently buffered by the client.
The current revision number of the client.
The current state of the client.
Apply a local operation to the client's document and send it to the server.
Call this function when the client needs to perform an operation.
The operation to apply.
Apply an operation to the document.
Will only update the document and NOT handle the revision, server and so on.
(Usually) should NOT manually called. Consider using Client.applyClient
.
The operation to apply.
Apply a remote operation from server to the client's document.
Called when the client receives an operation from the server
(Usually) should NOT manually called.
The operation to apply.
Abstract
sendSend an operation to the server.
(Usually) should NOT manually called.
The operation to send.
The current revision number (= this.revision).
The updated client instance.
Represents a client in the text editor.