跳至主要內容
版本:23.11.1

getInstalledBrowsers() 函式

返回快取目錄中已安裝瀏覽器的元數據。

簽名

export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;

參數

參數

類型

描述

options

GetInstalledBrowsersOptions

返回

Promise<InstalledBrowser[]>