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
WGSLLanguageFeaturesinterface of the WebGPU API is a setlike object that reports the WGSL language extensions supported by the WebGPU implementation. Available only in secure contexts.MDN Reference