MCPcopy
hub / github.com/yabwe/medium-editor / isIE9

Function isIE9

spec/helpers/util.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function isIE9() {
48 return navigator.appName.indexOf('Internet Explorer') !== -1 && navigator.appVersion.indexOf("MSIE 9") !== -1;
49}
50
51function isIE10() {
52 return navigator.appName.indexOf('Internet Explorer') !== -1 && navigator.appVersion.indexOf("MSIE 10") !== -1;

Callers 3

fontsize.spec.jsFile · 0.85
isOldIEFunction · 0.85
prepareEventFunction · 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…