- From: Malte Ubl <notifications@github.com>
- Date: Tue, 15 Aug 2017 13:03:02 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 15 August 2017 20:04:08 UTC
Can anyone explain to me why we have 12 unneeded globals named `Performance*` but cannot make `EventTarget.EventListenerOptions` if only to determine that the backwards incompatible API is supported? I've never really seen a need to feature detect support for `passive`. As long as you know that the options argument is supported you can set it to true. Browsers that don't support `passive` will gracefully fallback. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/491#issuecomment-322572978
Received on Tuesday, 15 August 2017 20:04:08 UTC