Loom Engine - v0.10.1
    Preparing search index...

    Interface SnapshotRecoveryOptions

    interface SnapshotRecoveryOptions {
        baseUrl: string;
        characterId: string;
        fetchImpl?: {
            (input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
            (input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
        };
    }
    Index

    Properties

    baseUrl: string
    characterId: string
    fetchImpl?: {
        (input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
        (input: URL | RequestInfo, init?: RequestInit): Promise<Response>;
    }

    Type Declaration

      • (input: URL | RequestInfo, init?: RequestInit): Promise<Response>
      • Parameters

        • input: URL | RequestInfo
        • Optionalinit: RequestInit

        Returns Promise<Response>

      • (input: URL | RequestInfo, init?: RequestInit): Promise<Response>
      • Parameters

        • input: URL | RequestInfo
        • Optionalinit: RequestInit

        Returns Promise<Response>