UNPKG
mdui.editor
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Material Design 样式的富文本编辑器
github.com/zdhxiong/mdui.editor
zdhxiong/mdui.editor
mdui.editor
/
src
/
utils
/
ua.ts
7 lines
(6 loc)
•
124 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * 是否是 webkit 浏览器 */
export
function
isWebkit
()
: boolean {
return
/webkit/i.
test
(navigator.userAgent); }