This repository was archived by the owner on Mar 19, 2018. It is now read-only.

Description
Is the requirement to use feature detection or a polyfill OK?
Olli Pettay suggests:
...but unfortunately that is not backwards compatible. If we could find a nice backwards compatible syntax.
addEventListener("wheel", listener, true, { preventDefault: "never" }); would behave fine, but is a bit long. Would it be good enough?)
To me the benefit of this doesn't seem worth the cost in verbosity, but I could live with it if there was consensus otherwise.
Another option is discussed in #11