-
It's a request I had made for https://github.com/kzahel/jstorrent , but you already know it has disappeared.
The FileSystem API is only available on Chrome.
But Mozilla implemented the DeviceStorage …
-
Can one embed CodePan snippets into an HTML presentation and show the presentation offline?
My specific usecase is teaching JS, and sometimes classrooms have internet connection issues.
-
The current kv-storage API doesn't provide a way to read/write multiple values in one transaction so it's ultraslow when working with a lot of values. This is a known problem of IndexedDB design. We h…
tophf updated
5 years ago
-
What is the preferred way to delete / empty / clear a filesystem persisted using IDBFS?
I've found the [deleteDatabase()](https://developer.mozilla.org/en-US/docs/Web/API/IDBFactory/deleteDatabase)…
-
We should have a story for what happens when a user consumes too many resources. Examples
* too many pending requests
* too many open stores / pending open requests
* a `keys()` / `values()` call r…
-
_(Rewrite of original submission for brevity and to include an error message which may help future googlers)_
I have a Dexie instance with multiple custom middlewares. In some circumstances, I've r…
-
Currently embedding other zites is impossible due to cross-origin restrictions. Maybe there should be an option to disable the restrictions within a site's "content.json" file?
Use case scenarios:
- …
-
### Search first
- [X] I searched and no similar issues were found
### What Happened?
This feedback mainly focuses on features instead of bugs (or I have no idea if it's a bug or feature).
…
-
I have started working on bindings for IndexedDB. If no one else is working on this I'll keep going.
The IDL has quite a few event handlers like the ones that follow
```
attribute EventHandler on…
-
# Offline
We all think about this in the modern PWA-era but there's a lot to this. We'll have to keep track of what requests the user needs to send when the connection is restored, after these requ…