mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add onmessageerror to WindowEventHandler
This commit is contained in:
parent
95bfaa0a77
commit
3ee5a63199
6 changed files with 3 additions and 48 deletions
|
@ -103,6 +103,7 @@ interface WindowEventHandlers {
|
|||
attribute EventHandler onhashchange;
|
||||
attribute EventHandler onlanguagechange;
|
||||
attribute EventHandler onmessage;
|
||||
attribute EventHandler onmessageerror;
|
||||
attribute EventHandler onoffline;
|
||||
attribute EventHandler ononline;
|
||||
attribute EventHandler onpagehide;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue