@dxos/random-access-storage
v0.10.0
Published
Multiple random storage types.
Keywords
Readme
Random Access Storage
Factory for creating platform-specific random-access-storage files.
browserStorageType.RAM: random-access-memory.StorageType.CHROME: Store files using random-access-chrome-file and the Chromium File System API.StorageType.FIREFOX: Store files using random-access-idb-mutable-file and the Firefox IDBMutableFile.StorageType.IDB: Store files in an IDB database using random-access-idb.
nodeStorageType.RAM: random-access-memory.StorageType.NODE: Store files in the real filesystem random-access-file. Default.
Development
Browser extensions to manage and inspect storage:
- https://addons.mozilla.org/en-US/firefox/addon/clear-browsing-data/?src=search
- https://chrome.google.com/webstore/detail/clear-cache-for-chrome/lcebokhepdpopanpieoopnjiehmoabfp?hl=en-US
