Sanity Library Reference Docs
    Preparing search index...
    interface HookOnRequestEventBrowser {
        options: RequestOptions;
        context: HttpContext;
        request: any;
        adapter: "xhr" | "fetch";
        progress?: undefined;
    }

    Hierarchy (View Summary)

    Index

    Properties

    context: HttpContext
    request: any
    adapter: "xhr" | "fetch"
    progress?: undefined