TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
Add DispatchedEvent interface that has `target` and `currentTarget` defined
Currently Event.{target,currentTarget} is nullable because it's initially null when constructed, but those should be defined when dispatched.