Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
utils
get_dom
Function get_dom
get_
dom
(
url
)
:
Promise
<
Document
>
Retrives the html from a url using fetch and converts it into a DOM object using JSDOM
Parameters
url
:
string
Returns
Promise
<
Document
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Tidyscripts Docs
Loading...
Retrives the html from a url using fetch and converts it into a DOM object using JSDOM