• Searches for a query via Fetch API and returns the response and XC response.

    Parameters

    Returns Promise<{
        rawResponse: Response;
        url: URL;
        xcResponse: XCResponse;
    }>

    A promise that resolves to an object containing the query URL, the response from fetch and a XCResponse object.

Generated using TypeDoc