{"json_modified": "2015-12-11T22:20:09.829866", "slug": "Web/API/XMLHttpRequest/Using_XMLHttpRequest", "tags": ["AJAX", "JXON", "XML", "DOM", "XMLHttpRequest"], "locale": "ja", "title": "XMLHttpRequest \u306e\u5229\u7528", "translations": [], "modified": "2015-12-11T22:20:09", "label": "XMLHttpRequest \u306e\u5229\u7528", "localization_tags": [], "url": "/ja/docs/Web/API/XMLHttpRequest/Using_XMLHttpRequest", "last_edit": "2014-09-25T01:49:58", "summary": "XMLHttpRequest makes sending HTTP requests very easy. You simply create an instance of the object, open a URL, and send the request. The HTTP status of the result, as well as the result's contents, are available in the request object when the transaction is completed. This page outlines some of the common and even slightly obscure use cases for this powerful JavaScript object.", "sections": [{"id": "Types_of_requests", "title": "\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u7a2e\u985e"}, {"id": "Handling_responses", "title": "\u30ec\u30b9\u30dd\u30f3\u30b9\u306e\u53d6\u308a\u6271\u3044"}, {"id": "Analyzing_and_manipulating_the_responseXML_property", "title": null}, {"id": "Analyzing_and_manipulating_a_responseText_property_containing_an_HTML_document", "title": "HTML \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u542b\u3080"}, {"id": "Using_FormData_objects", "title": "Using FormData objects"}, {"id": "Sending_forms_through_the_URL_string", "title": "Sending forms through the URL string"}, {"id": "Handling_binary_data", "title": "\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf\u30cf\u30f3\u30c9\u30ea\u30f3\u30b0"}, {"id": "Monitoring_progress", "title": "\u30d7\u30ed\u30bb\u30b9\u76e3\u8996"}, {"id": "Cross-site_XMLHttpRequest", "title": "Cross-site XMLHttpRequest"}, {"id": "Bypassing_the_cache", "title": "Bypassing the cache"}, {"id": "Security", "title": "\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3"}, {"id": "XMLHttpRequests_being_stopped", "title": "XMLHttpRequests being stopped"}, {"id": "Downloading_JSON_and_JavaScript_from_extensions", "title": "Downloading JSON and JavaScript from extensions"}, {"id": "Using_XMLHttpRequest_from_JavaScript_modules_.2F_XPCOM_components", "title": "Using XMLHttpRequest from JavaScript modules / XPCOM components"}, {"id": "See_also", "title": "\u95a2\u9023\u60c5\u5831"}], "id": 343, "review_tags": []}