Update Event's timestamp

This commit is contained in:
George Roman 2019-03-26 09:38:22 +02:00
parent c9b5b8fad3
commit e63de4d52c
4 changed files with 16 additions and 15 deletions

View file

@ -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);
};