insertAdjacent* methods should be part of the Element interface #9617
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
From @davidkmenta on June 30, 2016 14:16
TypeScript Version: 1.8.10
Expected behavior: According to the MDN (https://developer.mozilla.org/en-US/docs/Web/API/Element), insertAdjacent* methods should be part of the Element interface.
Actual behavior: insertAdjacent* methods are part of the HTMLElement interface.
Copied from original issue: microsoft/TypeScript-DOM-lib-generator#130
The text was updated successfully, but these errors were encountered: