Iterates over values in the set.
a new Set containing all the elements in this Set which are not also in the argument.
Returns an iterable of [v,v] pairs for every value v in the set.
OptionalthisArg: anya new Set containing all the elements which are both in this Set and in the argument.
a boolean indicating whether this Set has no elements in common with the argument.
a boolean indicating whether all the elements in this Set are also in the argument.
a boolean indicating whether all the elements in the argument are also in this Set.
Despite its name, returns an iterable of the values in the set.
a new Set containing all the elements which are in either this Set or in the argument, but not in both.
a new Set containing all the elements in this Set and also all the elements in the argument.
Returns an iterable of values in the set.
The
GPUSupportedFeaturesinterface of the WebGPU API is a Set-like object that describes additional functionality supported by a GPUAdapter. Available only in secure contexts.MDN Reference