Additional resources
There's quite a bit you can do with IndexedDB. We can't cover everything in this chapter. You may find these resources of use:
Mozilla (MDN) documentation note that they use
errorCode
andstopPropagation
thatwhich is incorrect)Microsoft's documentation: https://msdn.microsoft.com/en-us/library/ie/hh673548(v=vs.85).aspx
The W3C specification: http://www.w3.org/TR/IndexedDB/
Treo's repository: https://github.com/alekseykulikov/treo
Browser support: http://caniuse.com/indexeddb
Another wrapper (like Treo) called Dexie: http://www.dexie.org