mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { webcrypto } from "crypto";
|
|
|
|
Object.defineProperty(window, "crypto", {
|
|
value: webcrypto,
|
|
});
|