MCPcopy Index your code
hub / github.com/docker/getting-started / isIE

Function isIE

app/src/static/js/react-bootstrap.js:3150–3160  ·  view source on GitHub ↗

* Determines if the browser is Internet Explorer * @method * @memberof Popper.Utils * @param {Number} version to check * @returns {Boolean} isIE

(version)

Source from the content-addressed store, hash-verified

3148 */
3149
3150function isIE(version) {
3151 if (version === 11) {
3152 return isIE11;
3153 }
3154
3155 if (version === 10) {
3156 return isIE10;
3157 }
3158
3159 return isIE11 || isIE10;
3160}
3161/**
3162 * Returns the offset parent of the given element
3163 * @method

Callers 6

getOffsetParentFunction · 0.85
getSizeFunction · 0.85
getWindowSizesFunction · 0.85
getBoundingClientRectFunction · 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…