fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Migrate storage functions to LocalForage

Open victorwu opened this issue 2 years ago • 1 comments

Update types/storage feature used in fabric-browser-extension to be used in LocalForage

  • this is part of types/stash
  • types/store this.status.content is what should be stored.
    • _getPathForKey should be what it's used for
  • AES-256-CBC - Stanford Advanced Encryption Standard recommended

victorwu avatar Oct 25 '22 22:10 victorwu

https://github.com/localForage/localForage/wiki/Custom-Drivers https://github.com/vikrantpogula/localForage/commit/bdaf0059594bc3e61039726333982b4e6e690503

victorwu avatar Nov 09 '22 03:11 victorwu