ladybird/Libraries/LibWeb/HTML/HTMLDocument.idl
2025-02-05 16:04:50 -07:00

7 lines
162 B
Text

#import <DOM/Document.idl>
// https://html.spec.whatwg.org/multipage/nav-history-apis.html#htmldocument
[Exposed=Window]
interface HTMLDocument : Document {
};