mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement historical returnValue attribute for Event interface
This commit is contained in:
parent
427003210b
commit
fcadff7bad
6 changed files with 13 additions and 42 deletions
|
@ -26,6 +26,7 @@ interface Event {
|
|||
readonly attribute boolean bubbles;
|
||||
[Pure]
|
||||
readonly attribute boolean cancelable;
|
||||
attribute boolean returnValue; // historical
|
||||
void preventDefault();
|
||||
[Pure]
|
||||
readonly attribute boolean defaultPrevented;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue