views:

55

answers:

1

Hi all,

I have the latest version of Firefox (4 beta) and Chrome. I would like to start hacking up some ideas for what I could do with indexedDb. So far, it looks like it is not yet available in either browser.

Any ideas on when it will be available?

Thanks,

Walter

+1  A: 

You can use it in Firefox 4 Beta 1, but it's moz_indexedDB, not indexedDB (specification is not yet in candidate recommendation)

sdwilsh
Ah, ok, then that is what I will code to. Thanks much, now if I can only get firebug in there, I'll be golden.