• Retrives the html from a url using fetch and converts it into a DOM object using JSDOM

    Parameters

    • url: string

    Returns Promise<Document>