getComputedStyle method
Implementation
CSSStyleDeclaration getComputedStyle(Element elt, [String? pseudoElt]) =>
js_util.callMethod(this, 'getComputedStyle', [elt, pseudoElt]);
CSSStyleDeclaration getComputedStyle(Element elt, [String? pseudoElt]) =>
js_util.callMethod(this, 'getComputedStyle', [elt, pseudoElt]);