Examples with "son responseText" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Las propiedades utilizadas habitualmente son responseText, responseJSON (objeto JSON, si la respuesta está en JSON) y status (el estado HTTP de la respuesta).
Commonly used properties are responseText, responseJSON (JSON object, if the response is in JSON) and status (the HTTP status of the response).
Andere resultaten
El primer parámetro pasado a ambas es el nativo XMLHTTPRequest objeto desde el que se puede usar sus responseText y responseXML propiedades, respectivamente.
The first parameter passed to both is the native xmlHttpRequest object from which you can use its responseText and responseXML properties, respectively.
El atributo responseText es una cadena que contiene todo el documento devuelto por la solicitud.responseStream
The responseText attribute is a string containing the entire document returned by the request. responseStream
Suponiendo que el análisis de responseText se realiza correctamente, el manejador comprueba si el objeto result indica que el procedimiento es exitoso comprobando la propiedad success.
Assuming the parsing of the responseText succeeds, the handler checks if the result object indicates that the procedure is successful by checking the success property.
Las cadenas son el denominador común de muchos APIs (campos de entrada, valores de almacenamiento local, respuestas XMLHttpRequest cuando se usa responseText, etc.) y puede ser tentador trabajarlo todo solamente con cadenas de caracteres.
Strings are the common denominator of a lot of APIs (input fields, local storage values, XMLHttpRequest responses when using responseText, etc.) and it can be tempting to only work with strings.
Si no existe la implementación nativa, El Listado 4 muestra un patrón que es más común hoy: tomar el responseText formateado en JSON y analizarlo en un objeto JavaScript nativo.
Listing 4 shows a pattern that is more common today: taking the JSON-formatted responseText and parsing it into a native JavaScript object.
Si usas XMLHttpRequest para obtener el contenido de una página HTML remota, el responseText (texto de la respuesta) será una cadena que contenga una "sopa" de etiquetas HTML, lo que puede ser difícil de analizar y manipular.
If you use XMLHttpRequest to get the content of a remote HTML webpage, the responseText property is a string containing a "soup" of all the HTML tags, which can be hard to manipulate and analyze.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.