aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/crypto.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-08 00:29:32 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-08 00:29:32 -0800
commit9bf03a84c1f3622a58da320aa8e031c6dfa4e41e (patch)
tree5273e430ad310a7434282e18b622195472d04429 /src/node-fallbacks/crypto.js
parent3e9bb6859b5bd832da73ba48ede24eaf9cc1cbee (diff)
downloadbun-9bf03a84c1f3622a58da320aa8e031c6dfa4e41e.tar.gz
bun-9bf03a84c1f3622a58da320aa8e031c6dfa4e41e.tar.zst
bun-9bf03a84c1f3622a58da320aa8e031c6dfa4e41e.zip
Update crypto.js
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;