Dom d.ts does not define event.target.parentNode #14374
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
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From @linocatucci on February 28, 2017 19:25
Hello,
with some code in VSCode the autocomplete and hints are not working.
For instance with the following codeL
console.log(event.target.parentNode);
Visual studio code does not show the options when I type in
event.target.ParentNode
or withevent.target.
Can somebody help me?
cheers,
Lino
Steps to Reproduce:
2.type in event.ta -> target is expected.
Copied from original issue: microsoft/vscode#21570
The text was updated successfully, but these errors were encountered: