Window.getComputedStyle

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto getComputedStyle(Element elt, Optional!(T1) pseudoElt)
    struct Window
    nothrow
    getComputedStyle
    (
    T1
    )
    (
    scope ref Element elt
    ,
    scope auto ref Optional!(T1) pseudoElt
    )
    if (
    isTOrPointer!(T1, string)
    )
  2. auto getComputedStyle(Element elt)

Meta