chore: BrowserPoolInfo comments
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
import { RemoteBrowser } from "./RemoteBrowser";
|
||||
import logger from "../../logger";
|
||||
|
||||
|
||||
/**
|
||||
* @category Types
|
||||
*/
|
||||
interface BrowserPoolInfo {
|
||||
|
||||
/**
|
||||
* The instance of remote browser.
|
||||
*/
|
||||
browser: RemoteBrowser,
|
||||
|
||||
/**
|
||||
* States if the browser's instance is being actively used.
|
||||
* Helps to persist the progress on the frontend when the application has been reloaded.
|
||||
* @default false
|
||||
*/
|
||||
active: boolean,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user