Just to make sure
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
const { subtle } = require('crypto').webcrypto
|
const { subtle } = require('node:crypto').webcrypto
|
||||||
Object.defineProperty(global, 'crypto', {
|
Object.defineProperty(global, 'crypto', {
|
||||||
value: { subtle }
|
value: { subtle }
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user