1
0
This commit is contained in:
2023-11-14 12:09:38 +01:00
parent 2e7cd4d009
commit 3e0ea8950c

View File

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