Fetches the file at the specified input URL as text, parses it as HTML and returns a Promise of an HTML DOM Document.
If init is specified, it is passed along to the underlying call to fetch.
A valid URL string.
Optional
An optional request initialization object.
Fetches the file at the specified input URL as text, parses it as HTML and returns a Promise of an HTML DOM Document.
If init is specified, it is passed along to the underlying call to fetch.