IDBObjectStore.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto add(T0 value, T1 key)
    struct IDBObjectStore
    nothrow
    add
    (
    T0
    T1
    )
    (
    scope auto ref T0 value
    ,
    scope auto ref T1 key
    )
  2. auto add(T0 value)

Meta