From 89c64af6b5e3840a6372a8fb5aa995191538d594 Mon Sep 17 00:00:00 2001 From: Philipp Gerhard Date: Thu, 30 Apr 2020 11:57:27 +0200 Subject: [PATCH] docs(browser): Update information for close method (#2796) --- core/src/core-plugin-definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/core-plugin-definitions.ts b/core/src/core-plugin-definitions.ts index c33caa48e..c132bb229 100644 --- a/core/src/core-plugin-definitions.ts +++ b/core/src/core-plugin-definitions.ts @@ -244,7 +244,7 @@ export interface BrowserPlugin extends Plugin { prefetch(options: BrowserPrefetchOptions): Promise; /** - * Close an open browser. Only works on iOS, otherwise is a no-op + * Close an open browser. Only works on iOS and Web environment, otherwise is a no-op */ close(): Promise;