You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use "pouchdb-replication-stream" and "pouchdb-load". Purpose is to download maps at PC1(internet available). Dump it to file. Go to PC2(internet not available). Load this file in this and use it.
In current approach, values are stored as URL's at Pouchdb. Is it possible to store them as base64 and load back ?