IRequestOptions
[ Interface ]
export interface IRequestOptions {
timeout?: number;
parallel?: boolean;
}
Properties
Name | Type | Description |
---|---|---|
timeout [ optional ] |
| |
parallel [ optional ] |
|
Available from version 1.10 |
[ Interface ]
export interface IRequestOptions {
timeout?: number;
parallel?: boolean;
}
Name | Type | Description |
---|---|---|
timeout [ optional ] |
| |
parallel [ optional ] |
|
Available from version 1.10 |