Document.getElementById()
must return Element
, not HTMLElement
#19549
Labels
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Suggestion
An idea for TypeScript
SVG elements are also reachable through
document.getElementById()
, see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementById.Other methods may need to be adjusted in the same way. Please, review them.
The text was updated successfully, but these errors were encountered: