Skip to content

Commit 3616c94

Browse files
committed
docs(browser): remove iOS specific warning for close()
1 parent 5d9c1fe commit 3616c94

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

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)