Indicates that the listener should be invoked at most once after being added. If true, the listener would be automatically removed when invoked. https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
If true, indicates that the function specified by listener will never call preventDefault() https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener
Generated using TypeDoc
Indicates that the listener should be invoked at most once after being added. If true, the listener would be automatically removed when invoked. https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener