mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
#import <DOM/Document.idl>
|
|
|
|
// https://dom.spec.whatwg.org/#xmldocument
|
|
[Exposed=Window]
|
|
interface XMLDocument : Document {
|
|
};
|