SyntaxFix
Write A Post
Hire A Developer
Questions
Use MSInputMethodContext as part of a feature detection check. For example:
MSInputMethodContext
//Appends true for IE11, false otherwise window.location.hash = !!window.MSInputMethodContext && !!document.documentMode;
References