[Feature request] addEventListeners should allow the usual options object in place of useCapture
pufferfish101007 opened this issue · 0 comments
pufferfish101007 commented
EventTarget.addEventListener supports an option object in place of the useCapture boolean, which is only really supported for backwards compatibility. It would be nice if addEventListeners worked the same way.