Skip to content

Commit 2933183

Browse files
author
Mark George
committed
Fix verify type
1 parent fc0ca20 commit 2933183

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/browser-interface-iframe.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ import { Viewport, NullableViewport } from './types';
1313

1414
const defaultLoadTimeout = 60 * 1000;
1515

16-
type VerifyMethod = (
17-
rawUrl: string,
18-
contentWindow: Window,
19-
contentDocument: Document
20-
) => Promise< boolean >;
16+
type VerifyMethod = ( rawUrl: string, contentWindow: Window, contentDocument: Document ) => boolean;
2117

2218
type BrowserInterfaceIframeOptions = {
2319
requestGetParameters?: { [ key: string ]: string };

0 commit comments

Comments
 (0)