mdn/js/4_client_side_web_APIs/2_fetching_data

2_fetching_data

dz / mdn / js / 4_client_side_web_APIs / 2_fetching_data

Summary

Fetching Data From the Server

Node Tree

Nodes

fetch_api
content Fetch API
children http_req_retrieve_res (desc), fetching_text_content

http_req_retrieve_res
content Make http requests to retrieve specific resources
children update_page_using_DOM (after retrieval)
parents fetch_api

update_page_using_DOM
content update page using DOM manipulation APIs
parents http_req_retrieve_res

ajax
content ajx: asynchronous JS and XMl
children used_old_days_json_now

used_old_days_json_now
content used in old days. JSON used more now. term still used to describe same diea
parents ajax

fetching_text_content
content Fetching text content
parents fetch_api

xml_http_request_api
content xmlHttpRequest API
children predates_fetch

predates_fetch
content predates fetch
parents xml_http_request_api