0.18.0 • Published 12 days ago

@wordpress/sync v0.18.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
12 days ago

Sync

Sync data between multiple peers and persist in a local database.

Installation

Install the module

npm install @wordpress/sync --save

API

connectIndexDb

Connect function to the IndexedDB persistence provider.

Parameters

  • objectId ObjectID: The object ID.
  • objectType ObjectType: The object type.
  • doc CRDTDoc: The CRDT document.

Returns

  • Promise<() => void>: Promise that resolves when the connection is established.

createSyncProvider

Create a sync provider.

Parameters

  • connectLocal ConnectDoc: Connect the document to a local database.
  • connectRemote ConnectDoc: Connect the document to a remote sync connection.

Returns

  • SyncProvider: Sync provider.

createWebRTCConnection

Function that creates a new WebRTC Connection.

Parameters

  • config Object: The object ID.
  • config.signaling Array<string>:
  • config.password string:

Returns

  • Function: Promise that resolves when the connection is established.

Contributing to this package

This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to npm and used by WordPress as well as other software projects.

To find out more about contributing to this package or Gutenberg as a whole, please read the project's main contributor guide.

0.18.0

12 days ago

0.17.0

29 days ago

0.16.0

1 month ago

0.15.0

2 months ago

0.14.0

2 months ago

0.13.1

2 months ago

0.13.0

3 months ago

0.12.0

3 months ago

0.11.0

4 months ago

0.10.0

5 months ago

0.9.0

5 months ago

0.8.0

6 months ago

0.4.13

6 months ago

0.4.12

6 months ago

0.7.0

6 months ago

0.4.11

6 months ago

0.4.10

6 months ago

0.4.9

6 months ago

0.6.0

7 months ago

0.4.8

7 months ago

0.4.7

7 months ago

0.4.6

7 months ago

0.4.5

7 months ago

0.4.4

7 months ago

0.5.0

7 months ago

0.4.3

7 months ago

0.4.2

7 months ago

0.4.1

7 months ago

0.4.0

7 months ago

0.3.0

8 months ago

0.2.1

9 months ago

0.2.0

9 months ago