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)
    struct IDBObjectStore
    nothrow
    createIndex
    ()
    (
    string name
    ,
    scope ref SumType!(string, Sequence!(string)) keyPath
    ,)
  2. auto createIndex(string name, SumType!(string, Sequence!(string)) keyPath)

Meta