import { Peer } from "https://deno.land/x/earthstar@v10.0.1/mod.browser.ts";
Begin synchronising with a remote or local peer.
Parameters
target: IPeer | string
- A HTTP URL or
Peer
instance.
- Whether the connection should be kept open for new changes from the other peer, or stop after initial reconciliation. Defaults to false.
optional
formats: FormatsArg<F>- Optional. Which document formats to sync. Defaults to
es.5
.