mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibWeb: Implement WindowEventHandlers
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#import <DOM/EventHandler.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
interface HTMLFrameSetElement : HTMLElement {
|
||||
@@ -6,3 +7,5 @@ interface HTMLFrameSetElement : HTMLElement {
|
||||
[Reflect] attribute DOMString rows;
|
||||
|
||||
};
|
||||
|
||||
HTMLFrameSetElement includes WindowEventHandlers;
|
||||
|
||||
Reference in New Issue
Block a user