IRequestOptions
[ Schnittstelle ]
export interface IRequestOptions {
timeout?: number;
parallel?: boolean;
}
Eigenschaften
Name | Typ | Beschreibung |
---|---|---|
timeout [ Optional ] |
| |
parallel [ Optional ] |
|
Verfügbar ab Version 1.10 |
[ Schnittstelle ]
export interface IRequestOptions {
timeout?: number;
parallel?: boolean;
}
Name | Typ | Beschreibung |
---|---|---|
timeout [ Optional ] |
| |
parallel [ Optional ] |
|
Verfügbar ab Version 1.10 |