1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/default-browser-id
2025-08-25 17:48:13 +08:00
..
index.js 补充Cesium文件 2025-08-25 17:48:13 +08:00
license 补充Cesium文件 2025-08-25 17:48:13 +08:00
package.json 补充Cesium文件 2025-08-25 17:48:13 +08:00
readme.md 补充Cesium文件 2025-08-25 17:48:13 +08:00

default-browser-id

Get the bundle identifier of the default browser (macOS)
Example: com.apple.Safari

Install

npm install default-browser-id

Usage

import defaultBrowserId from 'default-browser-id';

console.log(await defaultBrowserId());
//=> 'com.apple.Safari'