Returns a typed view of a set in the Key-Value Store, where keys are automatically converted to and from ArrayBuffer based on the given key converter.
ArrayBuffer
See the converters module for available converters.
converters
Either the map name in the Key-Value Store, or a KvMap object.
KvMap
The converter to use for map keys.
Returns a typed view of a set in the Key-Value Store, where keys are automatically converted to and from
ArrayBuffer
based on the given key converter.See the
converters
module for available converters.