Back to Content

FontFaceSet: values() method

files/en-us/web/api/fontfaceset/values/index.md

latest511 B
Original Source

{{APIRef("CSS Font Loading API")}}{{AvailableInWorkers}}

The values() method of the {{domxref("FontFaceSet")}} interface returns a new iterator object that yields the values for each element in the FontFaceSet object in insertion order.

Syntax

js-nolint
values()

Parameters

None.

Return value

A new iterator object containing the values for each element in the given FontFaceSet, in insertion order.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}