greenido / WebSQL-to-IndexedDB-example

Todo list example to show how to convert WebSQL to IndexedDB
36 stars 17 forks source link

Updated IDBTransaction to string, removed calls from version change call stack #1

Closed paullewis closed 12 years ago

paullewis commented 12 years ago

Matches Chrome M21 (and the spec for IndexedDB) that read write calls should be a string rather than an enumeration, and that no transactions are performed while a versionchange is active.