Anchorage API reference
    Preparing search index...
    AuditExportFetch: (
        url: string,
        init: { body: string; headers: Record<string, string>; method: string },
    ) => Promise<{ ok: boolean; status: number }>

    Structural subset of fetch — injectable for tests.

    Type Declaration

      • (
            url: string,
            init: { body: string; headers: Record<string, string>; method: string },
        ): Promise<{ ok: boolean; status: number }>
      • Parameters

        • url: string
        • init: { body: string; headers: Record<string, string>; method: string }

        Returns Promise<{ ok: boolean; status: number }>