mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
interface DOMImplementation {
|
|
|
|
Document createHTMLDocument(optional DOMString title);
|
|
|
|
boolean hasFeature();
|
|
|
|
}
|