Skip to content

Commit 16d481b

Browse files
committed
Use the native implementation of crypto APIs
1 parent a7bd79b commit 16d481b

File tree

1 file changed

+1
-0
lines changed
  • packages/unenv-preset/src/runtime/node

1 file changed

+1
-0
lines changed

packages/unenv-preset/src/runtime/node/crypto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export const {
8484
X509Certificate,
8585
} = workerdCrypto;
8686

87+
// See https://github.com/cloudflare/workerd/issues/3751
8788
// See https://github.com/cloudflare/workerd/issues/3751
8889
export const webcrypto = {
8990
// @ts-expect-error

0 commit comments

Comments
 (0)