You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.