We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1dfee commit 3bdee0aCopy full SHA for 3bdee0a
index.js
@@ -90,7 +90,7 @@ exports.privateDecrypt = publicEncrypt.privateDecrypt
90
91
var { Crypto } = require('@peculiar/webcrypto');
92
var crypto = new Crypto();
93
-exports.subtle = crypto.subtle;
+exports.webcrypto = crypto;
94
95
var rf = require('randomfill')
96
0 commit comments