A RemoteSet is similar to the standard Javascript set, however, operations against it
may result in a network operation. Also note, that no mutation is allowed aside from clearing all or removing
elements, though even in these cases removal may not be guaranteed; be sure to check the return value from the
clear and delete function to verify if deletion actually occurred.
A
RemoteSet
is similar to the standard Javascript set, however, operations against it may result in a network operation. Also note, that no mutation is allowed aside from clearing all or removing elements, though even in these cases removal may not be guaranteed; be sure to check the return value from theclear
anddelete
function to verify if deletion actually occurred.