Type Alias StaleRequestSupportOptions

StaleRequestSupportOptions: {
    cancel: boolean;
    retryOnContentModified: string[];
}

Type declaration

  • cancel: boolean

    The client will actively cancel the request.

  • retryOnContentModified: string[]

    The list of requests for which the client will retry the request if it receives a response with error code ContentModified

3.18.0