jquery-indexeddb icon indicating copy to clipboard operation
jquery-indexeddb copied to clipboard

Clear up createIndex docs

Open msmuenchen opened this issue 11 years ago • 0 comments

For those who are not used to either native IndexedDB or jquery-indexeddb, the behavior of jquery-indexeddb's createIndex compared to native is totally reversed.

The spec says for createIndex (https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore#createIndex()): in name, in keyPath, but jquery-indexeddb uses in keypath, in name without explicitly saying that this is the exact opposite of the API specs!

msmuenchen avatar Oct 31 '13 18:10 msmuenchen