db.syncable.on('statusChanged', (status, url) => {console.log (`Url ${url} is now ${Dexie.Syncable.StatusTexts[status]}`);});/* Sample console output:Url https://remote.server.com/syncRoute is now OFFLINEUrl https://remote.server.com/syncRoute is now CONNECTINGUrl https://remote.server.com/syncRoute is now CONNECTED*/