dxos-deprecated / sdk

DXOS SDK and tools.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Update client storage config #321

Closed dmaretskyi closed 3 years ago

dmaretskyi commented 3 years ago

Should be like:

new Client({
   storage?: {
      persistent?: true
      type?: 'ram' | 'idb' | 'chromefile' | ....
      storagePath?: string
   }
})