What is the translation of " XMLHTTPREQUEST " in English?

Noun
xmlhttprequest
一个xmlhttprequest

Examples of using Xmlhttprequest in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
XMLHttpRequest的重要方法是什么??
What are the important methods of XMLHttpRequest?
该提取API是一个现代化的替代品XMLHttpRequest
Is proposed as a modern replacement for XMLHttpRequest.
本文重点介绍XMLHttpRequest的属性和方法。
This article focuses on the properties and methods of XMLHttpRequest.
Alert"对不起,您的浏览器不支持XMLHttpRequest!
Alert"Your browser doesn't support the XmlHttpRequest object.
任何通过XMLHttpRequest访问的内容需要明确定义。
Any content accessed by XMLHttpRequest must be declared explicitly.
XMLHttpRequest对象是开发者的梦想,因为您能够:.
The XMLHttpRequest object is a developer's dream, because you can:.
该提取API是一个现代化的替代品XMLHttpRequest
The Fetch API is a modern replacement for the XMLHttpRequest.
XMLHttpRequest对象是开发者的梦想,因为您可以:.
The XMLHttpRequest object is a developer's dream, because you can:.
保持打开XMLHttpRequest连接,直到收到响应。
Hold open an XMLHttpRequest connection until a response is received.
XMLHttpRequest对象是开发者的梦想,因为你能够:.
The XMLHttpRequest object is a developer's dream, because you can:.
大部分的JavaScript框架会发送这个字段,且将其值设置为XMLHttpRequest.
Most JavaScript frameworks send this field with value of XMLHttpRequest.
XMLHttpRequest对象是开发者的梦想,因为我们能够:.
The XMLHttpRequest object is a developer's dream, because you can:.
为了发送一个请求到服务器,我们使用XMLHttpRequest对象的open()和send()方法:.
To send a request to a server, we use the open() and send()methods of the XMLHttpRequest object:.
XMLHttpRequest对象是开发者的梦想,水果拉霸:因为您能够:.
The XMLHttpRequest object is a developer's dream, because you can:.
此外,他们可以使用XMLHttpRequest执行I/O(尽管responseXML和通道属性总是为空)。
In addition, they can perform I/O using XMLHttpRequest(although the responseXML and channel attributes are always null).
一旦对XMLHttpRequest(或Microsoft的XMLHTTP)进行了实例化,即可以通过完全相同的方式对其进行操作。
Once an XMLHttpRequest(or Microsoft's XMLHTTP) object has been instantiated, it can be operated on in exactly the same manner.
常规网页可以使用XMLHttpRequest对象从远程服务器发送和接收数据,但是它们受限于相同的源策略。
Regular web pages can use the XMLHttpRequest object to send and receive data from remote servers, but they're limited by the same origin policy.
XMLHttpRequest被证明是非常成功的,多年以后被集成到一个单独的标准中(作为WHATWG和W3C组织的一部分)。
XMLHttpRequest proved to be a success and years later was integrated into its separate standard(as part of the WHATWG and the W3C groups).
WebSockets通常不使用XMLHttpRequest,因此,每次我们需要从服务器获取更多信息时,不会发送标头。
WebSockets generally do not use XMLHttpRequest, and as such, headers are not sent every-time we need to get more information from the server.
XMLHttpRequest对象(在IE中也称作XMLHTTP对象)是当今最令人兴奋的AJAXWeb应用程序的核心。
The XMLHttpRequest object(also known as the XMLHTTP object in Internet Explorer) is at the core of today's most exciting AJAX web applications.
大多数Ajax实现都使用XMLHttpRequestAPI,它包含一个可以在JavaScript代码中调用的服务器请求列表。
Most Ajax implementations use the XMLHttpRequest API, which includes a list of server requests that can be called within JavaScript code.
把Comet做为反向Ajax的实现和使用的最好方式是通过XMLHttpRequest对象,该做法提供了一个真正的连接句柄和错误处理。
The best way to implement anduse comet as reverse Ajax is through the XMLHttpRequest object, which provides a true connection handle and error handling.
一个经由XMLHttpRequest对象发送的HTTP请求并不要求页面中拥有或回寄一个<form>元素。
An HTTP request sent via the XMLHttpRequest object does not require the page to have or post a<form> element.
否则,它将对ActiveXObject(相当于InternetExplorer6的XMLHttpRequest)执行检查,并创建ActiveXObject(如果被识别)。
Otherwise, it performs a check on ActiveXObject(the XMLHttpRequest equivalent for Internet Explorer 6), and creates an ActiveXObject if identified.
有了Ajax和XMLHttpRequest对象,就可以使用不必让用户等待服务器响应的请求/响应模型了。
With Ajax and the XMLHttpRequest object, you can use a request/response model that never leaves users waiting for a server to respond.
在客户端处理XML从属于InternetExplorer对XMLHttpRequest的实现,后者作为一个ActiveX对象在InternetExplorer5中首次引入。
The client-side XML handlingwas all part of Internet Explorer's implementation of XMLHttpRequest, first introduced as an ActiveX object in Internet Explorer 5.
简而言之,XmlHttpRequest使您可以使用JavaScript向服务器提出请求并处理响应,而不阻塞用户。
In short, XMLHttpRequest lets us use JavaScript to make a request to the server and process the response without blocking the user.
Mail团队发现当使用XMLHttpRequest,POST被浏览器实现为两步:首先发送头部,然后发送数据。
Mail team found that when using XMLHttpRequest, POST is implemented in the browsers as a two-step process: sending the headers first, then sending data.
简而言之,XmlHttpRequest使您可以使用JavaScript向服务器提出请求并处理响应,而不阻塞用户。
In short, XmlHttpRequest enables you to use the JavaScript request and process the response from the server, but does not block the user.
例如,Ajax通常依赖于XMLHttpRequestAPI,只需要几行代码就实现功能,只是浏览器之间存在细微的差异。
For example, Ajax normally relies on the XMLHttpRequest API but this requires several lines of code and there are subtle differences across browsers.
Results: 143, Time: 0.0193

Xmlhttprequest in different Languages

Top dictionary queries

Chinese - English