Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Javascript HTTP Requests

Javascript HTTP Requests

A basic introduction to how XMLHttpRequests work in Javascript. Written as a supplement to Eloquent Javascript Ch. 17 by Marijn Haverbeke.

Fen Slattery

February 03, 2017
Tweet

More Decks by Fen Slattery

Other Decks in Programming

Transcript

  1. method of request URL Should we do this asynchronously? true

    Notification of completed transaction is provided with event listeners false send() method doesn’t return until the response is received