LoginSignup
3
0

More than 5 years have passed since last update.

IEとXDomainRequestと私

Posted at

XDomainRequestはIE8とIE9でしか使用できないと思ってましたが、
MSのフォーラムで質問したところ、違ってたので備忘録として

括弧内はX-UA-Compatibleでの指定

XDomainRequest

IE8(IE=8) ○
IE9(IE=9) ○
IE10(IE=10) ○
IE11(IE=11) ○
IE11(IE=Edge) ×
Edge ×

XMLHttpRequest ※Level 2

IE8(IE=8) ×
IE9(IE=9) ×
IE10(IE=10) ○
IE11(IE=11) ○
IE11(IE=Edge) ○
Edge ○

いまだにIE(しかも10以下の話)なんかいって感じですが…
IE10とIE11(IE=11)は両方使えるということで

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0