• The default response handler for ioFetch. This parses the response body as JSON.

    Parameters

    • resp: Response

      The Response object from the Fetch API

    Returns Promise<IOResult<unknown>>

    An IOResult containing the parsed JSON, or a rejection

Generated using TypeDoc