- Docs for this.dom Global

Global

Methods

# async thisDOM(domInput) → {Promise.<Object>}

Asynchronously processes a DOM input, returning structured data or an error object.
Parameters:
Name Type Description
domInput string | Object The string containing HTML, a URL to an HTML page, or a DOM object.

View Source this.DOM.js, line 15

A promise that resolves to an object indicating success or failure, with data or an error message.
Promise.<Object>

Witness our Seal.
neurons.me