mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 20:34:59 +00:00
11 lines
245 B
Text
11 lines
245 B
Text
#import <DOM/EventHandler.idl>
|
|
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLFrameSetElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString cols;
|
|
[Reflect] attribute DOMString rows;
|
|
|
|
};
|
|
|
|
HTMLFrameSetElement includes WindowEventHandlers;
|