Skip to content

WindowEventListener

Tim Rücker edited this page May 18, 2019 · 1 revision

The WindowEventListener decorator works in the same way as the GlobalEventListener Decorator, except that this decorator does not attach the event listener on window.document but on the window itself. For this reason, this decorator has only one parameter, since no child selection is possible.

Clone this wiki locally