-
[Can I Use IndexedDB](http://caniuse.com/#feat=indexeddb)
[Can I Use WebSQL](http://caniuse.com/sql-storage)
[MDN on IndexedDB](https://developer.mozilla.org/en-US/docs/IndexedDB)
There is, although…
-
https://github.com/infinitered/nsfwjs/blob/ebcd41c46087a3f42c6577f96acc53d7a934b068/src/index.ts#L68
Hello, it seems, although not explicit I can save the model to different schemas by referencing …
-
If you use browserFS you end up with two indexedDB databases one is empty and it looks like debug code.
It's because of the code that tests if indexedDB is supported:
```ts
public static isAvaila…
-
Right now, the persistence middleware only supports sync storages such as localStorage or sessionStorage. If we'd want to use e.g. IndexedDB it would fail due to the sync nature.
-
**Describe the bug**
Obol dv-launchpad integrated rainbowkit recently, and we are trying to support walletconnect but [this error](https://github.com/ObolNetwork/dv-launchpad/issues/993) is blocking …
-
for our needs the size of local storage is not sufficient, the goal is to load from cache on subsequent visits
I know indexeddb is an old solution but I am not aware of another solution that can re…
-
I have a filesystem initialized with
```
BrowserFS.configure({
fs: "MountableFileSystem",
options: {
"/templates": {
fs: "ZipFS",
options: {
…
-
-
IndexedDB exists in [many modern browsers](https://developer.mozilla.org/en/docs/Web/API/IndexedDB_API#Browser_compatibility).
I don't know about performances vs. localStorage.
Support for IndexedDB…
-
### Is your feature request related to a problem?
/
### Describe the solution
/
### Alternative methods
/
### SurrealDB version
0.6.0 for Linux
### Contact Details
_No response_
### Is there…