mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Adding window.onstorage EventHandler
This commit is contained in:
parent
417cf5738e
commit
a183eacb63
3 changed files with 16 additions and 0 deletions
|
@ -513,6 +513,9 @@ impl WindowMethods for Window {
|
|||
// https://html.spec.whatwg.org/multipage/#handler-window-onunload
|
||||
event_handler!(unload, GetOnunload, SetOnunload);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#handler-window-onstorage
|
||||
event_handler!(storage, GetOnstorage, SetOnstorage);
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#handler-onerror
|
||||
error_event_handler!(error, GetOnerror, SetOnerror);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue