getInstalledBrowsers() 函数
返回缓存目录中已安装浏览器的元数据。
签名
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;
参数
|
参数 |
类型 |
说明 |
|---|---|---|
|
options |
返回值:
Promise<InstalledBrowser[]>
返回缓存目录中已安装浏览器的元数据。
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;
|
参数 |
类型 |
说明 |
|---|---|---|
|
options |
返回值:
Promise<InstalledBrowser[]>