@azure/storage-blob
Version:
Microsoft Azure Storage SDK for JavaScript - Blob
11 lines • 474 B
TypeScript
import type { PipelinePolicy } from "@azure/core-rest-pipeline";
/**
* The programmatic identifier of the StorageBrowserPolicy.
*/
export declare const storageBrowserPolicyName = "storageBrowserPolicy";
/**
* storageBrowserPolicy is a policy used to prevent browsers from caching requests
* and to remove cookies and explicit content-length headers.
*/
export declare function storageBrowserPolicy(): PipelinePolicy;
//# sourceMappingURL=StorageBrowserPolicyV2.d.ts.map