We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example:
var svgs = document.getElementsByTagName('svg');
The expected type of svgs is NodeListOf<SVGSVGElement>, but it is normal NodeList actually.
svgs
NodeListOf<SVGSVGElement>
NodeList