Make Event's isTrusted attribute unforgeable

This commit is contained in:
John DeSilva 2015-12-13 12:20:18 -05:00
parent e493a0655e
commit f244a7075c
13 changed files with 63 additions and 8 deletions

View file

@ -34,6 +34,7 @@ interface Event {
[Pure]
readonly attribute boolean defaultPrevented;
[Unforgeable]
readonly attribute boolean isTrusted;
[Constant]
readonly attribute DOMTimeStamp timeStamp;