1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-16 11:21:03 +01:00
bitwarden-estensione-browser/libs/common/spec/test.ts
2022-06-03 16:24:40 +02:00

6 lines
103 B
TypeScript

import { webcrypto } from "crypto";
Object.defineProperty(window, "crypto", {
value: webcrypto,
});