Skip to content

Commit 98e5e6f

Browse files
committed
Update browser docs as support for close on android was added in #1972
1 parent aaa8658 commit 98e5e6f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

browser/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ Open a page with the specified options.
6868
close() => Promise<void>
6969
```
7070

71-
Web & iOS only: Close an open browser window.
72-
73-
No-op on other platforms.
71+
Close an open browser window.
7472

7573
**Since:** 1.0.0
7674

browser/src/definitions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ export interface BrowserPlugin {
99
open(options: OpenOptions): Promise<void>;
1010

1111
/**
12-
* Web & iOS only: Close an open browser window.
13-
*
14-
* No-op on other platforms.
12+
* Close an open browser window.
1513
*
1614
* @since 1.0.0
1715
*/

0 commit comments

Comments
 (0)