computedStyleMap method
The computedStyleMap() method of
the Element interface returns a StylePropertyMapReadOnly
interface which provides a read-only representation of a CSS declaration
block that is
an alternative to CSSStyleDeclaration.
Implementation
external StylePropertyMapReadOnly computedStyleMap();