Add onmessageerror to WindowEventHandler

This commit is contained in:
Keith Yeung 2018-11-01 12:40:00 -07:00
parent 95bfaa0a77
commit 3ee5a63199
6 changed files with 3 additions and 48 deletions

View file

@ -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;