mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update Event's timestamp
This commit is contained in:
parent
c9b5b8fad3
commit
e63de4d52c
4 changed files with 16 additions and 15 deletions
|
@ -35,7 +35,7 @@ interface Event {
|
|||
[Unforgeable]
|
||||
readonly attribute boolean isTrusted;
|
||||
[Constant]
|
||||
readonly attribute DOMTimeStamp timeStamp;
|
||||
readonly attribute DOMHighResTimeStamp timeStamp;
|
||||
|
||||
void initEvent(DOMString type, optional boolean bubbles = false, optional boolean cancelable = false);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue