Firefox Tomorrow

web api instance method

CSSUnparsedValue: values() method

View on MDN ↗

The CSSUnparsedValue.values() method returns a new array iterator object that contains the values for each index in the CSSUnparsedValue object.

Syntax

values()

Parameters

None.

Return value

A new Array.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also