CSSUnparsedValue: values() method
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The CSSUnparsedValue.values()
method
returns a new array iterator object that contains the
values for each index in the CSSUnparsedValue object.
Syntax
js
values()
Parameters
None.
Return value
A new Array
.
Specifications
This feature does not appear to be defined in any specification.>Browser compatibility
Loading…