DOMParser: DOMParser() constructor

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 Standard
# dom-domparser-constructor-dev

Browser compatibility

BCD tables only load in the browser