initial commit
This commit is contained in:
7
server/node_modules/jose/dist/browser/runtime/zlib.js
generated
vendored
Normal file
7
server/node_modules/jose/dist/browser/runtime/zlib.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { JOSENotSupported } from '../util/errors.js';
|
||||
export const inflate = async () => {
|
||||
throw new JOSENotSupported('JWE "zip" (Compression Algorithm) Header Parameter is not supported by your javascript runtime. You need to use the `inflateRaw` decrypt option to provide Inflate Raw implementation.');
|
||||
};
|
||||
export const deflate = async () => {
|
||||
throw new JOSENotSupported('JWE "zip" (Compression Algorithm) Header Parameter is not supported by your javascript runtime. You need to use the `deflateRaw` encrypt option to provide Deflate Raw implementation.');
|
||||
};
|
||||
Reference in New Issue
Block a user