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

Function isEdge

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

Source from the content-addressed store, hash-verified

191}
192
193function isEdge(userAgent) {
194 return userAgent.indexOf("Edge/") !== -1;
195}
196
197export function isIeOrEdge(userAgent = window.navigator.userAgent) {
198 return isIe(userAgent) || isEdge(userAgent);

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…