locked
Detect Microsoft Edge RRS feed

  • Question

  • I need a reliable way to detect the Edge browser (including the pre-chromium Edge if possible) from a web page. User Agent String is no use because it can be impersonated. There is much talk of using "feature detection" for that but I am not finding any concrete example. Can anyone please help? Thanks.

    Since Edge uses JScript instead of JavaScript. A detection for the existence of JScript would eliminate non-Microsoft browsers. After that, the User Agent String then becomes usable for my purpose. How can I detect JScript?

    • Edited by Dev10110110 Sunday, October 25, 2020 12:12 PM
    Sunday, October 25, 2020 11:51 AM