-
This would require splitting this repo into
1) a thin virtual file system API
2) a filesystem-browserify-indexedDB adapter
This would provide the advantage of allowing users to utilize the virtual fi…
-
Based on https://github.com/excalidraw/excalidraw/issues/1245#issuecomment-609481939 it might be worthwhile to consider IndexedDB for an asynchronous API to store data.
~Also need to evaluate if …
-
Blocks: https://github.com/ipfs/ipfs-companion/issues/1127
Related: https://github.com/Countly/countly-sdk-web/issues/382
### The issue:
- `countly-web-sdk` ships as an iife which bundles everyth…
-
The localStorage has some hard limits that we can exceed if we click on e.g. a large BAM feature, since this is stored in the session and serialized to string
The indexedDB API offers significantly…
-
I'm using using the File System Access API with an application build with React and Redux. I need to store `FileSystemDirectoryHandle` and `FileSystemHandle` objects in the redux store, which [require…
-
I'd like to propose the adoption of [Extending Storage Access API (SAA) to non-cookie storage](https://arichiv.github.io/saa-non-cookie-storage/) by the Privacy Community Group.
This work is being …
-
### Steps to reproduce
1. Reboot (or equivalent)
2. Click on "Element" shortcut on application side-bar
3. Second instance of Element launches, instead of "restoring" the Element that started with …
-
Hello, I have this kind of use case:
A web app accesses at least two functionally different devices on serial ports. For reference, it is a serial interface to transceiver control (CAT) and Arduino…
-
- Settings can be saved to local data
- Save url in local data for loading on app launch or user initiated (per current system)
- Would need to async fetch data instead of using require
-
I love my experience with Dexie so far. What's the best / easiest way to get dexie working on react native? I was thinking of using indexeddbshim + react native sqlite bindings - or maybe just port th…