TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Add DispatchedEvent interface that has `target` and `currentTarget` defined

Open saschanaz opened this issue 3 years ago • 0 comments

Currently Event.{target,currentTarget} is nullable because it's initially null when constructed, but those should be defined when dispatched.

saschanaz avatar Dec 23 '22 03:12 saschanaz