IDBObjectStore.createIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto createIndex(string name, SumType!(string, Sequence!(string)) keyPath, IDBIndexParameters options)
  2. auto createIndex(string name, SumType!(string, Sequence!(string)) keyPath)
    struct IDBObjectStore
    nothrow
    createIndex
    ()
    (
    string name
    ,
    scope ref SumType!(string, Sequence!(string)) keyPath
    )

Meta