A set in the Key Value Store.
KVSet is modelled after JavaScript's Set object, except that keys must be of type ArrayBuffer and no guarantees on iteration order are provided.
KVSet
Set
ArrayBuffer
A set in the Key Value Store.
KVSet
is modelled after JavaScript'sSet
object, except that keys must be of typeArrayBuffer
and no guarantees on iteration order are provided.