We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fromHtml module provides a helper to instantiate DOM fragments from HTML.
fromHtml
fromHtml(html, options)
The function returns a DocumentFragment built from html text snippet meaning that there is no restriction on html to have just one root.
DocumentFragment
html
options is a dictionary object, which defines optional properties.
options
At the moment only one property is understood:
document