mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add onformdata to GlobalEventHandlers
This commit is contained in:
parent
2d2cd2b7d7
commit
7529591e8f
7 changed files with 2 additions and 51 deletions
|
@ -51,6 +51,7 @@ interface mixin GlobalEventHandlers {
|
|||
attribute EventHandler onended;
|
||||
attribute OnErrorEventHandler onerror;
|
||||
attribute EventHandler onfocus;
|
||||
attribute EventHandler onformdata;
|
||||
attribute EventHandler oninput;
|
||||
attribute EventHandler oninvalid;
|
||||
attribute EventHandler onkeydown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue