Dexie.Syncable.registerSyncProtocol()

Syntax

Dexie.Syncable.registerSyncProtocol (name, protocolInstance);

Parameters

name : StringName of your protocol
protocolInstance : ISyncProtocolProtocol Implementation

Remarks

Register a synchronization protocol that adapts Dexie.Syncable to your server and database type.

See also

Dexie.Syncable.js

Table of Contents