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

Function isIeOrEdge

src/utils/index.js:197–199  ·  view source on GitHub ↗
(userAgent = window.navigator.userAgent)

Source from the content-addressed store, hash-verified

195}
196
197export function isIeOrEdge(userAgent = window.navigator.userAgent) {
198 return isIe(userAgent) || isEdge(userAgent);
199}
200
201/**
202 * This is intended to be used to compose event handlers

Callers 1

useDropzoneFunction · 0.90

Calls 2

isIeFunction · 0.85
isEdgeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…