getElementsByClassName isn't implemented on typeof Element
#4401
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Milestone
MDN leads me to believe that
getElementsByClassName
should 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.
The text was updated successfully, but these errors were encountered: