Skip to content

Dexie.Syncable.StatusTexts

David Fahlander edited this page May 19, 2014 · 5 revisions
Dexie.Syncable.StatusTexts = {
    "-2": "ERROR_WILL_RETRY",
    "-1": "ERROR",
    "0": "OFFLINE",
    "1": "CONNECTING",
    "2": "ONLINE",
    "3": "SYNCING"
}
Clone this wiki locally