Skip to main content

StorageBackedList

StorageBackedSet

Kind: global class

storageBackedSet.key : string

Kind: instance property of StorageBackedSet

storageBackedSet.storage : Storage

Kind: instance property of StorageBackedSet

storageBackedSet.initialize(key, storage)

Kind: instance method of StorageBackedSet

ParamType
keystring
storageStorage

storageBackedSet.read() ⇒ Promise.<Array.<T>>

Kind: instance method of StorageBackedSet

storageBackedSet.add(value) ⇒ Promise.<Array.<T>>

Kind: instance method of StorageBackedSet

ParamType
valueT

storageBackedSet.contains(value) ⇒ Promise.<boolean>

Kind: instance method of StorageBackedSet

ParamType
valueT

storageBackedSet.remove(value) ⇒ Promise.<boolean>

Kind: instance method of StorageBackedSet

ParamType
valueT