This is a local implementation of RemoteSet for cases when entries are cannot be scrolled through on the server and must instead be cached on the client.
Constructs a new LocalSet.
LocalSet
Optional
Returns the number of values in the Set object.
the number of values in the Set object
The iterator over this set.
a iterator over this set
Removes all elements from the Set object.
a Promise resolving to true if the elements were removed from this set, otherwise resolves to false
Promise
true
false
Removes the specified element from this set if it is present.
the value to be removed from this set, if present
Returns true if this set contains the specified element.
a Promise resolving to true if set contains the value, or false if not
whose presence in this set is to be tested
This is a local implementation of RemoteSet for cases when entries are cannot be scrolled through on the server and must instead be cached on the client.