Dexie.Syncable.registerSyncProtocol()
Syntax
Dexie.Syncable.registerSyncProtocol (name, protocolInstance);
Parameters
| name : String | Name of your protocol |
| protocolInstance : ISyncProtocol | Protocol Implementation |
Remarks
Register a synchronization protocol that adapts Dexie.Syncable to your server and database type.