Javascript Get If Ie11

[Solved] Javascript Get If Ie11 | Shell - Code Explorer | yomemimo.com
Question : javascript get if IE11

Answered by : defiant-donkey-tdik1m9h7feh

var isIE11 = !!window.MSInputMethodContext && !!document.documentMode; // true on IE11 // false on Edge and other IEs/browsers.

Source : https://stackoverflow.com/questions/21825157/internet-explorer-11-detection | Last Update : Sun, 08 Mar 20

Answers related to javascript get if ie11

Code Explorer Popular Question For Shell