libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
DOMImplementation.createDocument
libwasm
bindings
DOMImplementation
DOMImplementation
Undocumented in source. Be warned that the author may not have intended to support it.
auto
createDocument
(Optional!(T0) namespace, string qualifiedName, Optional!(T2) doctype)
auto
createDocument
(Optional!(T0) namespace, string qualifiedName)
struct
DOMImplementation
nothrow
auto
createDocument
(
T0
)
(
scope
auto
ref
Optional
!(
T0
)
namespace
,
string
qualifiedName
)
if
(
isTOrPointer
!(
T0
,
string
)
)
Meta
Source
See Implementation
libwasm
bindings
DOMImplementation
DOMImplementation
constructors
this
functions
createDocument
createDocumentType
createHTMLDocument
hasFeature
variables
handle