Re: [whatwg/dom] Add window.event for web compatibility. (e7cdac7)

Also, the IE8 behavior for `window.event` was to turn any references that remained into a "zombie" object once the event was dispatched. Attempts to access object properties after that would throw a "Member not found" error. For the purposes of compat the behavior in this PR should be fine though, since any legacy code saving the object would have thrown errors before.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/commit/e7cdac7732b756f595d95007bea23eb85ebd27e5#commitcomment-25234687

Received on Friday, 27 October 2017 14:04:27 UTC