AJAX and JSAN
- HTTP.Request, cross-platform XHR library
- HTTP.Request, クロスプラットフォーム XmlHttpRequestライブラリ
- With XHR, you specify a function to be called when the response arrives
- サーバーからの返答が返ってきた時に実行する関数を指定できる
- The XHR object is passed to the callback
- 関数にXHRオブジェクトが渡される