From 7ef455157a41579042155890808f323c92de3b9a Mon Sep 17 00:00:00 2001 From: dapplion Date: Fri, 4 Dec 2020 09:31:35 +0000 Subject: [PATCH] Allow window to not be prefixed --- src/herumi/context.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/herumi/context.ts b/src/herumi/context.ts index b23997c..9527630 100644 --- a/src/herumi/context.ts +++ b/src/herumi/context.ts @@ -8,6 +8,7 @@ let blsGlobalPromise: Promise | 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"]; }