A web service client that wraps xmlhttprequest :一个包装了xmlhttprequest的web服务客户机
Use xmlhttprequest for web requests 在web请求中使用xmlhttprequest
Sending requests with xmlhttprequest 用xmlhttprequest发送请求
From this diagram you can see exactly how the xmlhttprequest object functions 从此图中,您可以清楚地看到xmlhttprequest对象是如何工作的。
He also unveils the central concepts of ajax, including the xmlhttprequest object 他还揭开了ajax核心概念的神秘面纱,包括xmlhttprequest物件。
The script then uses the xmlhttprequest object to perform an http operation against a server 然后,该脚本使用xmlhttprequest对象对服务器执行http操作。
That is very help in understanding how the xmlhttprequest object enables the ajax design see ),此图对于理解xmlhttprequest对象如何支持ajax设计非常有帮助(请参阅
From the point of view of the xmlhttprequest object, the interaction occurs within the existing security configuration 从xmlhttprequest对象的角度来看,这种交互发生在现有的安全配置之内。
One of the mechanisms that browser implementers agree on is the xmlhttprequest api, which is at the heart of the ajax design pattern 浏览器实现人员一致支持的机制之一是xmlhttprequestapi,它是ajax设计模式的核心。
With ajax and the xmlhttprequest object, you can use a request response model that never leaves users waiting for a server to respond 有了ajax和xmlhttprequest对象,就可以使用不必让用户等待服务器响应的请求/响应模型了。