mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make Event's isTrusted attribute unforgeable
This commit is contained in:
parent
e493a0655e
commit
f244a7075c
13 changed files with 63 additions and 8 deletions
|
@ -34,6 +34,7 @@ interface Event {
|
|||
[Pure]
|
||||
readonly attribute boolean defaultPrevented;
|
||||
|
||||
[Unforgeable]
|
||||
readonly attribute boolean isTrusted;
|
||||
[Constant]
|
||||
readonly attribute DOMTimeStamp timeStamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue