sync_client icon indicating copy to clipboard operation
sync_client copied to clipboard

Module using IndexedDB to save data and can later use a server to synchronize the data in the database with other devices

Results 5 sync_client issues
Sort by recently updated
recently updated
newest added

According to the source code of [applyRemoteChanges](https://github.com/dfahlander/Dexie.js/blob/e205b23060af2b2bf74229b171fc807b67f90f96/addons/Dexie.Syncable/src/connect-protocol.js#L143) His invocation at [poll_sync_protocol.js#L40](https://github.com/nponiros/sync_client/blob/103f1ca04b6ce3201f58086443a9a6b27fb161ca/src/poll_sync_protocol.js#L40) should be handled as promise to be sure to follow the correct workflow.

Hi, is it possible to have multiple browsers each one syncing different DBs in the same sync-server? For example, having browser A syncing DB X with browser B and browser...

Fix for using the library in a worker where window is not defined causing an error to be thrown when the SyncClient is loaded.

See https://github.com/dfahlander/Dexie.js/issues/447

enhancement