Baseline Widely available
Note: This feature is available in Web Workers.
The forEach()
method of the FontFaceSet
interface executes a provided function for each value in the FontFaceSet
object.
forEach(callbackFn)
forEach(callbackFn, thisArg)
Parameters
callbackFn
Function to execute for each element, taking three arguments:
value
, key
The current element being processed in the FontFaceSet
. As there are no keys in a FontFaceSet
, the value is passed for both arguments.
set
The FontFaceSet
which forEach()
was called on.
thisArg
Value to use as this
when executing callbackFn
.
Undefined.
Specifications Browser compatibilityRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4