diff --git a/browser/README.md b/browser/README.md index ac7553a67..edb826965 100644 --- a/browser/README.md +++ b/browser/README.md @@ -68,9 +68,7 @@ Open a page with the specified options. close() => Promise ``` -Web & iOS only: Close an open browser window. - -No-op on other platforms. +Close an open browser window. **Since:** 1.0.0 diff --git a/browser/src/definitions.ts b/browser/src/definitions.ts index 54474853a..2f039323d 100644 --- a/browser/src/definitions.ts +++ b/browser/src/definitions.ts @@ -9,9 +9,7 @@ export interface BrowserPlugin { open(options: OpenOptions): Promise; /** - * Web & iOS only: Close an open browser window. - * - * No-op on other platforms. + * Close an open browser window. * * @since 1.0.0 */