Anchorage API reference
    Preparing search index...
    interface MaintenanceStubLike {
        fetch(
            url: string,
            init?: { headers?: Record<string, string>; method?: string },
        ): Promise<Response>;
    }
    Index

    Methods

    Methods

    • Parameters

      • url: string
      • Optionalinit: { headers?: Record<string, string>; method?: string }

      Returns Promise<Response>