Re: [whatwg/dom] Should EventInit contain 'timestamp'? (#76)

> > So https://codereview.chromium.org/2834183002 landed without intent to ship? Is it not web-exposed or some such?

> I believe it is not web-exposed yet as it is not in the IDL file: https://codesearch.chromium.org/chromium/src/third_party/WebKit/Source/core/events/EventInit.idl

Right, the "constructor" mentioned there was C++ code.  This was just an internal refactoring to fix a bug we had where timestamps weren't initialized propertly for UA-generated events.  It might ultimately share C++ code with a change for this issue, but is otherwise entirely unrelated.

-- 
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/76#issuecomment-310222429

Received on Wednesday, 21 June 2017 22:24:39 UTC