• An alternate response handler for ioFetch. This parses the response body as a string.

    Parameters

    • resp: Response

      The Response object from the Fetch API

    Returns Promise<IOResult<unknown>>

    An IOResult containing the response body as a string, or a rejection

Generated using TypeDoc