diff options
author | 2022-11-08 00:29:32 -0800 | |
---|---|---|
committer | 2022-11-08 00:29:32 -0800 | |
commit | 9bf03a84c1f3622a58da320aa8e031c6dfa4e41e (patch) | |
tree | 5273e430ad310a7434282e18b622195472d04429 /src/node-fallbacks/crypto.js | |
parent | 3e9bb6859b5bd832da73ba48ede24eaf9cc1cbee (diff) | |
download | bun-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.js | 1 |
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; |