Skip to main content
Module

x/automerge/stable.ts>getAllChanges

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
Go to Latest
function getAllChanges
import { getAllChanges } from "https://deno.land/x/automerge@2.2.0/stable.ts";

Get all the changes in a document

This is different to save because the output is an array of changes which can be individually applied via applyChanges`