Draft
This page is not complete.
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The CSSUnparsedValue.entries()
method
returns an array of a given object's own enumerable property [key, value]
pairs in the same order as that provided by a for...in
loop (the difference being that a for-in loop enumerates properties in the
prototype chain as well).
Syntax
CSSUnparsedValue.entries(obj)
Parameters
obj
- The
CSSUnparsedValue
whose enumerable own property[key, value]
pairs are to be returned.
Return value
An array of the given CSSUnparsedValue
object's own enumerable property
[key, value]
pairs.
Specifications
Specification | Status | Comment |
---|---|---|
CSS Typed OM Level 1 The definition of 'entries()' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser