• Configures the fetch implementation to use Playwright for making HTTP requests.

    Parameters

    • _browser: Browser | Promise<Browser>

      The Playwright browser instance or a promise that resolves to a browser instance.

    • instance: Fetcher = fetcher

      The fetcher instance to configure.

    Returns void