db.syncable.list()
List remote URLs
Syntax
Return Value
Promise<string[]>
Remarks
List remote URLs that we are connected or have been connected to. An URL will be listed even after disconnected. To remove an URL completely from this list, db.syncable.delete(url) should be used.
To see the state of the URL, use db.syncable.getStatus()