getInstalledBrowsers() 関数
キャッシュディレクトリにインストールされているブラウザのメタデータを返します。
署名:
export declare function getInstalledBrowsers(
options: GetInstalledBrowsersOptions
): Promise<InstalledBrowser[]>;
パラメーター
パラメーター | 型 | 説明 |
---|---|---|
オプション | GetInstalledBrowsersOptions |
戻り値
InstalledBrowser の Promise<[]>