-
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.
-
We currently use indexeddb for local storage but need to add a module that allows syncing local data with a remote server. [PouchDB](https://pouchdb.com/) locally and [CouchDB](https://couchdb.apache.…
-
- [ ] Option to persist cache to IndexedDB/WebSQL/localStorage/whatever
- [ ] Fuzzy search in cache
- [ ] Cache selected results
- [ ] Option to restore last selected result on initial render
- [ ] AP…
-
`isError` returns `false` for `DOMException` instances.
From what I can see, there are three reasons for this:
https://github.com/es-shims/Error.isError/blob/059b44a2f0a334a1b7abc3e297a4af91643d1e1f…
-
A list of features I think we should add:
- [x] `aspect-ratio` CSS property
- [x] `gap` for Flexbox (https://github.com/web-platform-dx/web-features/pull/494, https://github.com/mdn/browser-compat…
-
### What problem are you trying to solve?
The `window` object is the entry point to many (hundreds?) web APIs. For example `window.print()`, `window.location`, `window.navigator`, `window.indexedDB…
-
Use case:
* I'm a developer at FooCorp. I only care about some APIs (example: Web Serial, EyeDropper, File Handling and Face Detection). The rest is noise to me.
* I'd love to be able to star/favo…
-
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…
-
This is a bigger issue, but it would be very nice to be able to read pdfs and review comments offline (e.g. in an airplane on the way to a conference). It would be nicer still to be able to queue up s…
-
[OPFS](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API#origin_private_file_system) has some nice properties - better [persistence](https://developer.mozilla.org/en-US/docs/Web/…