• fetch help method with few usefull fix:

    • throw an string exception if response code is not 200 with the text of the response or uses statusText

    Parameters

    • input: RequestInfo | URL
    • Optional init: RequestInit

    Returns Promise<Response>

Generated using TypeDoc