Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
beforeunload |
It doesn't make any sense to use `e || window.event` within `element.addEventListener()` since all browsers that support `addEventListener` do not require `window.event` workaround. |