Function verifyRequest

  • Verifies the HTML content of a fetched page to ensure it is valid.

    Parameters

    • html: string

      The HTML content of the fetched page.

    Returns Promise<boolean>

    A promise that resolves to true if the HTML is verified, otherwise false.