mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add onresize handler to GlobalEventHandlers
Refs: https://github.com/servo/servo/issues/7996 Rebased: https://github.com/servo/servo/pull/8006
This commit is contained in:
parent
5e1f0495a9
commit
d4fe40089b
7 changed files with 64 additions and 15 deletions
|
@ -34,6 +34,7 @@ interface GlobalEventHandlers {
|
|||
attribute EventHandler onreset;
|
||||
attribute EventHandler onsubmit;
|
||||
attribute EventHandler ontoggle;
|
||||
attribute EventHandler onresize;
|
||||
};
|
||||
|
||||
[NoInterfaceObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue