(
_namespace: string | null,
_qualifiedName: string | null,
_doctype?: DocumentType | null,
)
| 49 | compatMode: 'BackCompat' | 'CSS1Compat'; |
| 50 | |
| 51 | createDocument( |
| 52 | _namespace: string | null, |
| 53 | _qualifiedName: string | null, |
| 54 | _doctype?: DocumentType | null, |
no outgoing calls
no test coverage detected