DOMParser: DOMParser() constructor - Web APIs | MDN
Syntax
Parameters
None.
Return value
A new DOMParser object. This object can be used to parse the text of a document using the parseFromString() method.
Specifications
| Specification |
|---|
| HTML # dom-domparser-constructor-dev |