зеркало из https://github.com/Azure/ms-rest-js.git
Pass timeout from options to WebResource
This commit is contained in:
Родитель
33e446c44e
Коммит
60efd45caf
|
@ -268,6 +268,10 @@ export class ServiceClient {
|
|||
httpRequest.abortSignal = options.abortSignal;
|
||||
}
|
||||
|
||||
if (options.timeout) {
|
||||
httpRequest.timeout = options.timeout;
|
||||
}
|
||||
|
||||
if (options.onUploadProgress) {
|
||||
httpRequest.onUploadProgress = options.onUploadProgress;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче