UNPKG

@azure/storage-blob

Version:
11 lines 423 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. // BlobDownloadResponse is only available in Node.js runtime. // This polyfill provides a type-compatible stub for browser builds. export class BlobDownloadResponse { _response; constructor(..._args) { throw new Error("BlobDownloadResponse is not supported in the browser."); } } //# sourceMappingURL=BlobDownloadResponse.js.map