We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8658 commit 98e5e6fCopy full SHA for 98e5e6f
browser/README.md
@@ -68,9 +68,7 @@ Open a page with the specified options.
68
close() => Promise<void>
69
```
70
71
-Web & iOS only: Close an open browser window.
72
-
73
-No-op on other platforms.
+Close an open browser window.
74
75
**Since:** 1.0.0
76
browser/src/definitions.ts
@@ -9,9 +9,7 @@ export interface BrowserPlugin {
9
open(options: OpenOptions): Promise<void>;
10
11
/**
12
- * Web & iOS only: Close an open browser window.
13
- *
14
- * No-op on other platforms.
+ * Close an open browser window.
15
*
16
* @since 1.0.0
17
*/
0 commit comments