Skip to content

Commit 89c64af

Browse files
authored
docs(browser): Update information for close method (#2796)
1 parent 4357b7c commit 89c64af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core-plugin-definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export interface BrowserPlugin extends Plugin {
244244
prefetch(options: BrowserPrefetchOptions): Promise<void>;
245245

246246
/**
247-
* Close an open browser. Only works on iOS, otherwise is a no-op
247+
* Close an open browser. Only works on iOS and Web environment, otherwise is a no-op
248248
*/
249249
close(): Promise<void>;
250250

0 commit comments

Comments
 (0)