A map in the Key Value Store.
KVMap is modelled after JavaScript's Map object, except that keys and values must be of type ArrayBuffer and no guarantees on iteration order are provided.
KVMap
Map
ArrayBuffer
A map in the Key Value Store.
KVMap
is modelled after JavaScript'sMap
object, except that keys and values must be of typeArrayBuffer
and no guarantees on iteration order are provided.