зеркало из https://github.com/Azure/ms-rest-js.git
.blob() must remain bound to the containing object
This commit is contained in:
Родитель
ea57c422c0
Коммит
454ab53fc7
|
@ -75,7 +75,7 @@ export class FetchHttpClient implements HttpClient {
|
|||
status: res.status,
|
||||
headers,
|
||||
readableStreamBody: isNode ? res.body as any : undefined,
|
||||
blobBody: isNode ? undefined : res.blob
|
||||
blobBody: isNode ? undefined : () => res.blob()
|
||||
};
|
||||
|
||||
if (!httpRequest.rawResponse) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче