tmp
This commit is contained in:
@ -2,4 +2,4 @@ import { TextEncoder, TextDecoder } from "util";
|
||||
import { Crypto } from "@peculiar/webcrypto";
|
||||
|
||||
Object.assign(global, { TextDecoder, TextEncoder });
|
||||
Object.assign(globalThis.window.crypto, new Crypto());
|
||||
Object.assign(globalThis.window.crypto, new Crypto());
|
||||
|
Reference in New Issue
Block a user