top | item 37887559

(no title)

tmerse | 2 years ago

Looks like the extension uses idb which is a wrapper around IndexedDB.

Did not check if there is any sync to the outside world though.

1: https://github.com/navorite/sessionic/blob/main/src/lib/util...

2: https://www.npmjs.com/package/idb

discuss

order

Cannabat|2 years ago

I think the question is regarding how it syncs across browsers (FF & chrome). I don't understand how this is possible for an extension, without some remote storage

nvegater|2 years ago

Maybe something like a distributed DB where each different browser is a DB to sync with the other Browsers/Db’s ? I know this can be achievable with Tauri (a standalone app) and gunjs in a relatively straightforward way