1
0
This commit is contained in:
2023-11-14 12:09:38 +01:00
parent 5d4c51ad8a
commit 7004cd16ed

View File

@@ -1,4 +1,3 @@
import crypto from 'node:crypto'
Object.defineProperty(global, 'crypto', { value: { subtle: crypto.webcrypto.subtle }})