提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
liyanshuang dddd5f8a7a Merge branch 'dev' of http://39.101.133.168:8807/donghanyang/Dbqb_Study into dev 3 weeks ago
..
index.js 吴光慧11.3学习笔记 3 weeks ago
license 吴光慧11.3学习笔记 3 weeks ago
package.json 吴光慧11.3学习笔记 3 weeks ago
readme.md 吴光慧11.3学习笔记 3 weeks ago

readme.md

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'