文件名称:is-chrome:检测浏览器或用户代理是否为Chrome
文件大小:114KB
文件格式:ZIP
更新时间:2024-06-11 05:58:16
browser user-agent google-chrome browser-detection JavaScript
@ ianwalter /是Chrome 检测浏览器或用户代理是否为Chrome 安装 yarn add @ianwalter/is-chrome 用法 浏览器: import isChrome from '@ianwalter/is-chrome' // Firefox 65: isChrome ( ) // => false // Chrome 72: isChrome ( ) // => true Node.js: const isChrome = require ( '@ianwalter/is-chrome' ) // Firefox 65: isChrome ( req . get ( 'user-agent' ) ) // => false // Chrome 72: isChrome ( req . get ( 'user-agent' ) ) // => tr
【文件预览】:
is-chrome-master
----.gitignore(18B)
----README.md(1KB)
----.github()
--------workflows()
--------FUNDING.yml(18B)
----tests()
--------browser.pptr.js(298B)
--------node.tests.js(601B)
----LICENSE(2KB)
----package.json(2KB)
----src()
--------browser.js(85B)
--------node.js(80B)
----yarn.lock(274KB)