lib.dom.ts
incorrect return type for Document.elementFromPoint
#14139
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Help Wanted
You can do this
Milestone
According to:
https://drafts.csswg.org/cssom-view/#dom-document-elementfrompoint
Document.elementFromPoint
should returnElement | null
. It currently returnsElement
.The text was updated successfully, but these errors were encountered: