We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632a395 commit 6db2f2dCopy full SHA for 6db2f2d
1 file changed
types/index.d.ts
@@ -17,7 +17,7 @@ interface Window {
17
* The options string must not contain any blank space, and each feature's
18
* name/value pairs must be separated by a comma. Feature names are case insensitive.
19
*/
20
- open(url: string, target?: string, options?: string, replace?: boolean): InAppBrowser;
+ open(url: string, target?: string, options?: string): InAppBrowser;
21
}
22
23
/**
0 commit comments