If you find this helpful, please click the Google Button to the left, if it is white, to make it turn blue or red. Thank you! (It also helps find this page again more easily.) |
JavaScript objects
JavaScript object types
- XMLHttpRequest
- XMLHttpRequest is a JavaScript object type that can be used to retrieve a resource via a URL. Despite the
Http
in the name of the type, an XMLHttpRequest object can be used to retrieve resources via various protocols including the- http,
- ftp, and
- file protocols.