DOMParser: DOMParser() constructor
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The DOMParser() constructor creates a new DOMParser object. This object can be used to parse the text of a document using the parseFromString() method.
Syntax
js
new DOMParser()
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> |
Browser compatibility
Loading…