-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
microsoft/TypeScript-DOM-lib-generator
#696Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript
Milestone
Description
In contrast to issue #21822, focusin
and focusout
are missing as event types for element.addEventListener()
.
TypeScript Version: 3.3.4000
Search Terms:
focusin focusout
Code
Expected behavior:
Both, focusin
and focusout
, should be available, taking an FocusEvent
as their parameter.
Actual behavior:
Both, focusin
and focusout
, are unknown to TypeScript.
Related Issues:
teodorszeltins
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript