IRequestOptions

[ Schnittstelle ]

export interface IRequestOptions {
    timeout?: number;
    parallel?: boolean;
}

Eigenschaften

Name

Typ

Beschreibung

timeout [ Optional ]

number

 

parallel [ Optional ]

boolean

 

IRequestOptions 1:

Verfügbar ab Version 1.10