Google Chrome and Internet Explorer 11 do not allow xmlhttprequest requests used by the installation help files to access and read local files.
Google Chrome e Internet Explorer 11 no admiten las solicitudes xmlhttprequest utilizadas por los archivos de Ayuda para la instalación para acceder y leer los archivos locales.
Next, we need to call the XMLHttpRequest open method.
It's not that different from the way that XMLHttpRequest works.
Esto no es muy distinto de cómo funciona XMLHttpRequest.
The XMLHttpRequest object for the asynchronous communication.
El objeto XMLHttpRequest para la comunicación asíncrona.
As mentioned, the original XMLHttpRequest object has a strict security model.
Como se mencionó, el objeto XMLHttpRequest original tiene un estricto modelo de seguridad.
This is all enabled by allowing us to freely use the standardized XMLHttpRequest object.
Todo está habilitado permitiéndonos usar libremente el objeto XMLHttpRequest estandarizado.
You already have seen a couple of examples on how to create an XMLHttpRequest object.
Ya ha visto un par de ejemplos sobre cómo crear un objeto XMLHttpRequest.
To create an instance of XMLHttpRequest, simply do this
Para crear una instancia de XMLHttpRequest, debes hacer lo siguiente
As you can see, the XMLHttpRequest object is a very useful and versatile tool.
Como puede ver, el objeto XMLHttpRequest es una herramienta muy útil y versátil.
This section will show you how to create simple, synchronous requests using the XMLHttpRequest object.
Esta sección le mostrará cómo crear las solicitudes simples, sincrónicos con el objeto XMLHttpRequest.
The first thing we do is create a new XMLHttpRequest object to use for processing our request.
Lo primero que hacemos es crear un nuevo objeto XMLHttpRequest para poder procesar nuestra petición.
These two use the XMLHttpRequest object, that allows to make server calls without reloading the page.
Estos dos ejemplos usan el objeto XMLHttpRequest, que nos permite realizar peticiones al servidor sin recargar la página.
Upload it to a server by attaching to an XMLHttpRequest
Cargarlo a un servidor adjuntándolo a una XMLHttpRequest