UNPKG

@typespec/ts-http-runtime

Version:

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

11 lines 457 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. 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-web.mjs.map