-
Short summary, if an index's array keypath represents multiple dimensions, using an IDBKeyRange.bound([minX, minY, ...], [maxX, maxY, ...]) doesn't behave as some developers expect. This has come up a…
-
- [ ] Get offline compile working
- [ ] Use rollup or closure compiler
- [ ] Use the store for all data, and back it up to IndexedDB (in progress)
- [ ] Implement Web Worker support
- [ ] Bonus: upgra…
-
this is more on the firesystem side as cloudflare workers don't support indexeddb
https://github.com/isomorphic-git/lightning-fs/issues/27
https://community.cloudflare.com/t/indexdb-with-cloudfl…
-
Firefox, Chrome, and Opera now offer basic support, so would be great to add this.
My first guess would be that storage for the Cache API is the same as that for IndexedDB, but I might be wrong.
-
When syncing, the wallet is using an in-memory filesystem to store the cache file, which is deleted once the browser tab is reloaded or closed. This leads to constant full syncs which cost time and ba…
-
Hi, when i try on Safari 11, save Uint8Array in DB i get nothing.
example -> https://jsfiddle.net/3tf5r0cu/425/
so question is Safari support save Uint8Array in indexedDB?
![screenshot_2](https://u…
-
I believe the initializers cause a problem with Fastboot as I get an error that
`Error: Assertion failed: Your browser does not support IndexedDB!`
because trying to be run in Node I believe
-
I need to check indexedDb usage in order to know how many free space I can use.
I have to check this in an javascript application.
How to do this?
Thanks to support
-
In the version v0.2.x, walv is rewrited from bootstrap/jquery to vuejs/elementui. See the branch: [vue](https://github.com/kaiakz/walv/tree/vue).
It has a beautiful interface and more functions.
It…
-
I'm not actually working on this yet (I'm still using IndexedDB in the Service Worker), but I think it would be cool so I'll write this idea down anyway.
It's still experimental, but the [CacheStor…