mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-01 05:41:01 +00:00
6 lines
83 B
Text
6 lines
83 B
Text
|
|
#import <DOM/Document.idl>
|
||
|
|
|
||
|
|
[Exposed=Window]
|
||
|
|
interface XMLDocument : Document {
|
||
|
|
};
|