• Fetch help method adding an explicit error property when Response is NOK, with the more accurate textual error inside

    Parameters

    • input: RequestInfo | URL
    • Optional init: RequestInit

    Returns Promise<Response & {
        error?: string;
    }>

Generated using TypeDoc