Adding window.onstorage EventHandler

This commit is contained in:
KALPESH KRISHNA 2015-10-16 02:37:27 +05:30
parent 417cf5738e
commit a183eacb63
3 changed files with 16 additions and 0 deletions

View file

@ -36,6 +36,7 @@ interface GlobalEventHandlers {
[NoInterfaceObject]
interface WindowEventHandlers {
attribute EventHandler onunload;
attribute EventHandler onstorage;
};
// The spec has |attribute OnErrorEventHandler onerror;| on