We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OT type Serialization:
client deserialization
refactored the lib/client/Doc.ingestData() method to conditionally deserialize the data into a snapshot if the type supports derserialization.
https://github.com/DetweilerRyan/ShareJS/blob/master/lib/client/doc.js#L224
ingestData is called on subscription and on fetch actions, make sure it still works on fetch
figure out how to unit test this stuff
client serialization:
db serialization:
db deserialization:
deserialize here -> Livedb.prototype._getSnapshot(
There was an error while loading. Please reload this page.