mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +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 {
|
|
};
|