Heim  >  Artikel  >  Web-Frontend  >  IE8 引入跨站数据获取功能说明_javascript技巧

IE8 引入跨站数据获取功能说明_javascript技巧

WBOY
WBOYOriginal
2016-05-16 19:02:231163Durchsuche

(从文档上看,这个接口还在开发过程中)。官方的解释是 Represents a cross-domain XML request via HTTP.

这是个很好的消息哈。XMLRequest 不能跨站一直都是多子域服务器的硬伤。使得很多情况不得不考虑最原始的动态script和JSON的方式。不过IE8团队有意解决跨站访问数据的问题,是ie8的一个进步呀。

不过这里又担心了,ie8进步了,其他浏览器没跟上怎么办呢?要是ie团队把JSONRequset实现了那就更加爽YY了。http://www.json.org/JSONRequest.html

另外,ie8下的XMLHttpRequest 增加了一个很重要的属性 timeout (Gets or sets the time-out value. ) 和ontimeout (Raised when there is an error that prevents the completion of the request.) 方法。这对优化极其重要哈。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn