UNPKG

@azure/core-rest-pipeline

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

14 lines 548 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /* * NOTE: When moving this file, please update "browser" section in package.json */ export const decompressResponsePolicyName = "decompressResponsePolicy"; /** * decompressResponsePolicy is not supported in the browser and attempting * to use it will raise an error. */ export function decompressResponsePolicy() { throw new Error("decompressResponsePolicy is not supported in browser environment"); } //# sourceMappingURL=decompressResponsePolicy-browser.mjs.map