MDN leads me to believe that getElementsByClassName should be a valid member of any Element (and every browser I've tested leads me to the same conclusion).
Here's the source documentation that I'm trying to write an application using.
I've tested this with TypeScript 1.5.3 (via the ST plugin's language services) and the latest 1.6-dev.
MDN leads me to believe that
getElementsByClassNameshould be a valid member of anyElement(and every browser I've tested leads me to the same conclusion).Here's the source documentation that I'm trying to write an application using.
I've tested this with TypeScript 1.5.3 (via the ST plugin's language services) and the latest 1.6-dev.