mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
LibWeb: Add Event.timeStamp
Note that the value is always 0 for now. Actually initializing the time stamp is left as a FIXME.
This commit is contained in:
parent
f952db1a1f
commit
f188e48c3c
3 changed files with 13 additions and 0 deletions
|
@ -21,6 +21,7 @@ interface Event {
|
|||
readonly attribute boolean composed;
|
||||
|
||||
readonly attribute boolean isTrusted;
|
||||
readonly attribute double timeStamp;
|
||||
|
||||
undefined initEvent(DOMString type, optional boolean bubbles = false, optional boolean cancelable = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue