mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Adding window.onstorage EventHandler
This commit is contained in:
parent
417cf5738e
commit
a183eacb63
3 changed files with 16 additions and 0 deletions
|
@ -36,6 +36,7 @@ interface GlobalEventHandlers {
|
|||
[NoInterfaceObject]
|
||||
interface WindowEventHandlers {
|
||||
attribute EventHandler onunload;
|
||||
attribute EventHandler onstorage;
|
||||
};
|
||||
|
||||
// The spec has |attribute OnErrorEventHandler onerror;| on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue