getComputedStyle function

CSSStyleDeclaration getComputedStyle(
  1. Element elt, [
  2. String? pseudoElt
])

Implementation

_i3.CSSStyleDeclaration getComputedStyle(
  _i3.Element elt, [
  _i2.String? pseudoElt,
]) =>
    _i4.callMethod(
      _self,
      'getComputedStyle',
      [
        elt,
        pseudoElt ?? _i6.undefined,
      ],
    );