Closed
Description
According to https://dom.spec.whatwg.org/#interface-eventtarget addEventListener
's third param should be of type boolean | AddEventListenerOptions
. Should it be changed in ts libs and if so, then where should it be changed?
https://github.com/Microsoft/TypeScript/blob/master/lib/lib.dom.d.ts#L3719