Microsoft/TypeScript

Request to change currentTarget in Event interface for lib.d.ts

開放

#299 建立於 2014年7月29日

 (39 則留言) (89 個反應) (0 位負責人)TypeScript (13,395 個分叉)batch import
Domain: lib.d.tsHelp WantedSuggestion

倉庫指標

星標
 (108,860 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

When using the Event interface from lib.d.ts, and attaching a listener, the callback will get an object of type Event. However, the Event's currentTarget property is of type EventTarget (whereas it's should be of type Element/HTMLElement).

貢獻者指南