getComputedStyleMap method

  1. @DomName('Window.getComputedStyleMap')
  2. @DocsEditable()
  3. @Experimental()
StylePropertyMapReadonly getComputedStyleMap (Element element, String pseudoElement)

Implementation

@DomName('Window.getComputedStyleMap')
@DocsEditable()
@Experimental() // untriaged
StylePropertyMapReadonly getComputedStyleMap(
    Element element, String pseudoElement) native;