Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/automerge_wasm/automerge_wasm.js>Automerge#applyAndReturnPatches

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
Go to Latest
method Automerge.prototype.applyAndReturnPatches
import { Automerge } from "https://deno.land/x/automerge_wasm@0.15.0/automerge_wasm.js";

Parameters

obj: Doc
optional
meta: unknown

Returns

{ value: Doc; patches: Patch[]; }