We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3d65d commit 4e1c7bbCopy full SHA for 4e1c7bb
1 file changed
lib/crypto-browser.js
@@ -1,7 +1,4 @@
1
/*!
2
* Copyright (c) 2023-2026 Digital Bazaar, Inc. All rights reserved.
3
*/
4
-// eslint-disable-next-line no-undef
5
-export const webcrypto = globalThis.crypto;
6
7
-export const CryptoKey = globalThis.CryptoKey ?? webcrypto.CryptoKey;
+export {webcrypto, CryptoKey} from './crypto.js';
0 commit comments