Skip to content

Commit

Permalink
docs(browser): Update information for close method (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgerhard authored Apr 30, 2020
1 parent 4357b7c commit 89c64af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core-plugin-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export interface BrowserPlugin extends Plugin {
prefetch(options: BrowserPrefetchOptions): Promise<void>;

/**
* 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<void>;

Expand Down

0 comments on commit 89c64af

Please sign in to comment.