UNPKG
dom-size-monitor
Version:
latest (1.0.0)
1.0.0
监听元素大小变化
dom-size-monitor
/
src
/
utils.js
3 lines
(1 loc)
•
102 B
JavaScript
View Raw
1
2
3
export
const
isIE
= (
) => navigator.
userAgent
.
match
(
/Trident/
) || navigator.
userAgent
.
match
(
/Edge/
);