XMLHttpRequest (XHR)
XMLHttpRequest (XHR). an API available to web browser scripting languages such as JavaScript. used to send HTTP or HTTPS requests to a web server and load the server response data back into the script. any textual data may be received from the server, not just XML. (JSON, HTML, plain text)
440 views • 4 slides