Re: [whatwg/dom] Temporary Monkey Patching of DOM spec for Event Timing API (#654)

I wonder if the recording should actually happen in the OS actions that eventually lead to dispatching of the event. I think that would probably more closely match actual implementations as they wouldn't want to run the dispatch algorithm normally (they optimize it away by knowing there are no listeners).

The main problem with this of course is that we don't have solid OS action definitions anywhere, so perhaps we need to accept this as a temporary workaround and note it as such.

-- 
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/654#issuecomment-395305223

Received on Thursday, 7 June 2018 06:15:13 UTC