mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Implement historical returnValue attribute for Event interface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user