MCPcopy Create free account
hub / github.com/react-dropzone/react-dropzone / isIe

Function isIe

src/utils/index.js:187–191  ·  view source on GitHub ↗
(userAgent)

Source from the content-addressed store, hash-verified

185}
186
187function isIe(userAgent) {
188 return (
189 userAgent.indexOf("MSIE") !== -1 || userAgent.indexOf("Trident/") !== -1
190 );
191}
192
193function isEdge(userAgent) {
194 return userAgent.indexOf("Edge/") !== -1;

Callers 1

isIeOrEdgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…