Hello I want to detect the Browser , IE 8 or more will be appropriate for me. For this i used following code but it fails for IE 11 . For other its detecting properly.
isIE11 = !!window.MSStream; if(isIE11){ /* Something */ }