aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/crypto.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/node-fallbacks/crypto.js')
-rw-r--r--src/node-fallbacks/crypto.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node-fallbacks/crypto.js b/src/node-fallbacks/crypto.js
index e9fb6c253..7c27fd9a6 100644
--- a/src/node-fallbacks/crypto.js
+++ b/src/node-fallbacks/crypto.js
@@ -9,5 +9,4 @@ export var randomUUID = () => {
return crypto.randomUUID();
};
-export var subtle = crypto.subtle;
export var webcrypto = crypto;