Allow window to not be prefixed

This commit is contained in:
dapplion 2020-12-04 09:31:35 +00:00
parent c8798707d9
commit 7ef455157a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ let blsGlobalPromise: Promise<void> | null = null;
// Patch to fix multiVerify() calls on a browser with polyfilled NodeJS crypto
declare global {
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
interface Window {
msCrypto: typeof window["crypto"];
}