mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
5 lines
217 B
Plaintext
5 lines
217 B
Plaintext
interface DOM {
|
|
Document createDocument(in wstring type)
|
|
raises DOMException;
|
|
boolean hasFeature(in wstring feature);
|
|
}; |