Re: [whatwg/dom] Standardize certain Microsoft event extensions (#334)

`window.event` is set on a `DOMWindow` object in [`V8Window::eventAttributeSetterCustom()`](https://cs.chromium.org/chromium/src/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp?l=119), and it is called from a V8 routine through [`V8Window::eventAttributeSetterCallback`](https://cs.chromium.org/chromium/src/out/Debug/gen/blink/bindings/core/v8/V8Window.cpp?l=6640), but I'm not sure when it happens. :(

-- 
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/issues/334#issuecomment-339217244

Received on Wednesday, 25 October 2017 05:18:34 UTC