Skip to content

Clear up createIndex docs #58

@msmuenchen

Description

@msmuenchen

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions