CustomStateSet: forEach() Methode
Baseline 2024
Newly available
Since May 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Die forEach()
Methode der CustomStateSet
-Schnittstelle führt eine bereitgestellte Funktion für jeden Wert im CustomStateSet
-Objekt aus.
Syntax
js
forEach(callbackFn)
forEach(callbackFn, thisArg)
Parameter
callbackFn
-
Funktion, die für jedes Element ausgeführt wird und drei Argumente annimmt:
thisArg
-
Wert, der als
this
verwendet wird, wenncallbackFn
ausgeführt wird.
Rückgabewert
Undefiniert.
Spezifikationen
Specification |
---|
HTML Standard # custom-state-pseudo-class |
Browser-Kompatibilität
BCD tables only load in the browser