spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
IDBObjectStore.createIndex
spasm
bindings
indexeddb
IDBObjectStore
Undocumented in source. Be warned that the author may not have intended to support it.
auto
createIndex
(string name, SumType!(string, Sequence!(string)) keyPath, IDBIndexParameters options)
struct
IDBObjectStore
nothrow
auto
createIndex
()
(
string
name
,
scope
ref
SumType
!(
string
,
Sequence
!(
string
))
keyPath
,
scope
ref
IDBIndexParameters
options
)
auto
createIndex
(string name, SumType!(string, Sequence!(string)) keyPath)
Meta
Source
See Implementation
spasm
bindings
indexeddb
IDBObjectStore
constructors
this
functions
add
autoIncrement
clear
count
createIndex
deleteIndex
delete_
get
getAll
getAllKeys
getKey
index
indexNames
keyPath
name
openCursor
openKeyCursor
put
transaction
variables
handle