@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
1 lines • 952 B
Source Map (JSON)
{"version":3,"file":"AeadAes256CbcHmacSha256Algorithm-browser.mjs","sourceRoot":"","sources":["../../../../src/encryption/AeadAes256CbcHmacSha256Algorithm/AeadAes256CbcHmacSha256Algorithm-browser.mts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,kEAAkE;AAClE,MAAM,OAAO,gCAAgC;IAC3C,YAAY,gBAAwB;QAClC,MAAM,IAAI,KAAK,CAAC,6DAA6D,CAAC,CAAC;IACjF,CAAC;CACF;AACD,MAAM,UAAU,WAAW,CAAC,KAAa;IACvC,MAAM,IAAI,KAAK,CAAC,mEAAmE,CAAC,CAAC;AACvF,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// eslint-disable-next-line @typescript-eslint/no-extraneous-class\nexport class AeadAes256CbcHmacSha256Algorithm {\n constructor(_cacheTimeToLive: number) {\n throw new Error(\"Client-side Encryption not supported in browser environment\");\n }\n}\nexport function randomBytes(_size: number): Buffer {\n throw new Error(\"Client-side random generator not supported in browser environment\");\n}\n"]}