Allow window to not be prefixed
This commit is contained in:
parent
c8798707d9
commit
7ef455157a
|
@ -8,6 +8,7 @@ let blsGlobalPromise: Promise<void> | null = null;
|
||||||
|
|
||||||
// Patch to fix multiVerify() calls on a browser with polyfilled NodeJS crypto
|
// Patch to fix multiVerify() calls on a browser with polyfilled NodeJS crypto
|
||||||
declare global {
|
declare global {
|
||||||
|
// eslint-disable-next-line @typescript-eslint/interface-name-prefix
|
||||||
interface Window {
|
interface Window {
|
||||||
msCrypto: typeof window["crypto"];
|
msCrypto: typeof window["crypto"];
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue