• Create binary save data to be appended to a save file or fed into loadIncremental

    Type Parameters

    • T

      The type of the value which is contained in the document. Note that no validation is done to make sure this type is in fact the type of the contained value so be a bit careful

      This function is useful for incrementally saving state. The data can be appended to a automerge save file, or passed to a document replicating its state.

    Parameters

    Returns Uint8Array

Generated using TypeDoc