Detect browser support for cross-domain XMLHttpRequests?

前端 未结 4 993
北荒
北荒 2020-12-08 02:13

I\'m working on some Javascript that makes use of Firefox 3.5\'s ability to perform cross-domain XMLHttpRequests… But I\'d like to fail gracefully if they aren\'t supported.

4条回答
  •  -上瘾入骨i
    2020-12-08 02:47

    IE8 also has XDomainRequest object that can be used to retrieve RSS as text which can later be parsed into DOM.

提交回复
热议问题