|
|
|
|
|
by tehbeard
1329 days ago
|
|
> I hope the author(s) of IndexedDB would finally understand how stupid the idea of IDB was While not one of said authors... You mind giving me an actual rundown on issues you've got with it instead of just slinging mud? I've used IDB in a few projects, and apart from: - The god awful callback crap born of being pre-promises.
- The lack of partial indexes (e.g. indexing a subset of documents based on some parameters)
- The iOS Webkit teams continued habit adding weird, app-breaking bugs every other release to an api/system that should be stable? It's been fairly useful. Hell, it supports storing JS types like CryptoKey or Blob/File with no real issues[1] [1] Sans iOS WebKit, which a version or 2 back would just eat Blobs at random. |
|