1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
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 {
};