getInstalledBrowsers() 函式
返回快取目錄中已安裝瀏覽器的元數據。
簽名
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;
參數
參數 | 類型 | 描述 |
---|---|---|
options |
返回
Promise<InstalledBrowser[]>
返回快取目錄中已安裝瀏覽器的元數據。
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions,
): Promise<InstalledBrowser[]>;
參數 | 類型 | 描述 |
---|---|---|
options |
返回
Promise<InstalledBrowser[]>