getComputedStyle

Declaration

CSSStyleDeclaration getComputedStyle(
    Element element, 
    optional DOMString? pseudoElement
);