What is the translation of " XMLHTTPREQUEST " in Portuguese?

Examples of using Xmlhttprequest in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
XMLHttpRequest with the parentheses.
XMLHttpRequest com parênteses.
This is where XMLHttPRequest come in.
É aqui que entram o XMLHttPRequest.
One of the unsung heroes in the HTML5 universe is XMLHttpRequest.
Um dos heróis não reconhecidos do universo HTML5 é XMLHttpRequest.
The XMLHttpRequest object then makes an asynchronous request to the web server.
O objeto XMLHttpRequest faz uma solicitação assíncrona ao servidor web.
JavaScript callback to be run when XMLHttpRequest is complete.
Callback de Javascript a ser executado quando o XMLHttpRequest estiver concluído.
XMLHttpRequest object, and we do this using the new keyword, followed by.
Objeto XMLHttpRequest e podemos fazer isso usando o palavra-chave new, seguido por.
Three parameters are specified when you create an XMLHttpRequest object.
Três parâmetros são especificados quando você cria um objeto XMLHttpRequest.
Prompt the XMLHttpRequest object to send an asynchronous request to the server.
Solicitar que o objeto XMLHttpRequest envie uma solicitação assíncrona para o servidor.
A JavaScript program might request this URL via XMLHttpRequest, for example.
Um programa Javascript pode fazer a requisição dessa URL por XMLHttpRequest, por exemplo.
XMLHttpRequest has limited us to sending DOMString or Document(XML) data for some time.
XMLHttpRequest nos limitou a enviar dados DOMString ou Document(XML) por algum tempo.
Here is an example of an XML document that is returned to the XMLHttpRequest object.
Aqui está um exemplo de um documento XML que é retornado para o objeto XMLHttpRequest.
Invocations of the XMLHttpRequest or Fetch APIs in a cross-site manner, as discussed above.
Invocações do XMLHttpRequest ou API Fetch em modo cross-site, tal como discutido acima.
Complete Notice that the parseMessages()function is called only when the XMLHttpRequest.
Completo Observe que a função parseMessages()somente é chamada quando o XMLHttpRequest.
Makes a drop target that creates an XMLHttpRequest when a draggable element is dropped on it.
Faz um alvo de soltura que cria um XMLHttpRequest quando um elemento arrastável for solto dentro dele.
Returns true if the request contains the X-Requested-Header equal to XMLHttpRequest.
Retorna verdadeiro se a requisição contiver um cabeçalho X-Requested-Header igual a XMLHttpRequest.
XMLHttpRequest(XHR) is an API available to web browser scripting languages such as JavaScript.
XMLHttpRequest(XHR) é uma API disponível em linguagens de script para navegadores web tais como JavaScript.
This results in a JavaScript call to a function that initializes an XMLHttpRequest object.
Isso resulta em uma chamada do JavaScript para uma função que inicializa um objeto XMLHttpRequest.
Notice that the XMLHttpRequest object is actually created by initRequest(), which is called by doCompletion.
Observe que o objeto XMLHttpRequest é realmente criado por initRequest(), que é chamada por doCompletion.
With the FormData object, you can create and send a set of key/value pairs and, optionally,files using XMLHttpRequest.
Com o objeto FormData, você pode criar e enviar um conjunto de pares de chave/valor e, opcionalmente,arquivos usando XMLHttpRequest.
Using CORS enables a web programmer to use regular XMLHttpRequest, which supports better error handling than JSONP.
Com CORS é possível usar XMLHttpRequest comuns, que suportam melhor o tratamento de erro que JSONP.
Using FormData Objects The FormData object lets you compile a set of key/value pairs to send using XMLHttpRequest.
Usando Objetos de Dados de Formulário O objeto FormData permite compilar um conjunto de pares de chave/ valor para enviar usando XMLHttpRequest.
Returns a form tag that submits to$action using XMLHttpRequest instead of a normal HTTP request via$type‘post' or‘get.
Retorna uma tag form que submete para a$action usando XMLHttpRequest ao invés de uma requisição HTTP normal via$type‘post' ou‘get.
You first create the client-side files for the presentation andfunctionality needed to generate the XMLHttpRequest object.
Primeiro você cria os arquivos do lado do cliente para a apresentação ea funcionalidade necessárias para gerar o objeto XMLHttpRequest.
This tutorial highlights some of the new features in XMLHttpRequest, especially those that can be used for working with files.
Esse tutorial destaca alguns dos novos recursos do XMLHttpRequest, especialmente os que podem ser usados para trabalhar com arquivos.
An XMLHttpRequest allows our Javascript code running in a browser to fire a request off to our server to a specific URL.
Um XMLHttpRequest permite nosso código Javascript em execução em um navegador para disparar uma solicitação para o nosso servidor para uma URL específica.
Otherwise, it performs a check on ActiveXObject(the XMLHttpRequest equivalent for Internet Explorer 6), and creates an ActiveXObject if identified.
Caso contrário, ela executa uma verificação em ActiveXObject(o XMLHttpRequest equivalente do Internet Explorer 6) e cria um ActiveXObject, se identificado.
Returns a link to aremote action defined by$options['url'] or$href that's called in the background using XMLHttpRequest when the link is clicked.
Retorna um link para umaaction remota definida por$options['url'] ou$href e que será chamada em segundo plano usando-se o XMLHttpRequest quando o link for clicado.
Ajax works by employing an XMLHttpRequest object to pass requests and responses asynchronously between the client and server.
O Ajax funciona com o emprego de um objeto XMLHttpRequest para passar solicitações e respostas assincronamente entre o cliente e o servidor.
The callback function is called asynchronously at specific points during HTTP interaction when the readyState property of the XMLHttpRequest object changes.
A função de retorno de chamada é chamada assincronamente em pontos específicos durante a interação HTTP quando a propriedade readyState do objeto XMLHttpRequest é alterada.
All of these examples use the XMLHttpRequest object, which can be used to make cross-site invocations in any supporting browser.
Todos estes exemplos usam o objeto XMLHttpRequest, que pode ser utilizado para fazer requisições entre origens em qualquer navegador compatível.
Results: 53, Time: 0.0257

Top dictionary queries

English - Portuguese