We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4357b7c commit 89c64afCopy full SHA for 89c64af
core/src/core-plugin-definitions.ts
@@ -244,7 +244,7 @@ export interface BrowserPlugin extends Plugin {
244
prefetch(options: BrowserPrefetchOptions): Promise<void>;
245
246
/**
247
- * 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
248
*/
249
close(): Promise<void>;
250
0 commit comments