RESOLVED FIXED 112589
Add IndexDB support
https://bugs.webkit.org/show_bug.cgi?id=112589
Summary Add IndexDB support
Paul Miller
Reported 2013-03-18 10:06:21 PDT
Cookies inspector is cool, but localstorage / indexeddb would be nice to have too.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-03-18 10:07:34 PDT
Timothy Hatcher
Comment 2 2013-03-18 10:45:17 PDT
localStorage and sessionStorage use to e there but broke do to a protocol change last week. I'm working on bringing them back. We also support WebSQL. So I'll just make this about IndexDB. Is anyone really using it yet though?
Paul Miller
Comment 3 2013-03-18 11:04:20 PDT
Nah, not using yet, want to try it in next project though. There is also filesystem shim based on indexeddb https://github.com/ebidel/idb.filesystem.js, seems to be nice.
Timothy Hatcher
Comment 4 2013-03-18 12:19:59 PDT
And what will you polyfill IndexDB with? ;)
Joseph Pecoraro
Comment 5 2013-03-18 14:06:03 PDT
Safari currently doesn't enable IndexedDB. When it does we should certainly support this.
Timothy Hatcher
Comment 6 2014-07-28 10:45:54 PDT
This was added a while ago.
Timothy Hatcher
Comment 7 2014-07-28 10:47:04 PDT
Note You need to log in before you can comment on or make changes to this bug.