简体   繁体   中英

X-UA-Compatible IE=10 not working on EDGE

I am using a library not compatible with EDGE so i am trying to change the Document mode to IE10. I have applied

httpReponse.setHeader("X-UA-Compatible", "IE=10"); 

Its working for all but In Edge its still not working. Document Mode is still Edge in Edge browser. Please suggest if i am missing anything.

Please check this article X-UA-Compatibility Meta Tag and HTTP Response Header

The X-UA-Compatibility Meta Tag and HTTP Response Header will not be implemented in any version of Microsoft Edge.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM