Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ahmad Dusmatov 430b78f8ae
Remove duplicated resource (#2833)
3 years ago
..
100-xml-http-request.md [#1838] Added content for fetch and XMLHttpRequest. (#2503) 3 years ago
101-fetch.md Remove duplicated resource (#2833) 3 years ago
readme.md Add content to working with apis in javascript (#2600) 3 years ago

readme.md

Working with APIs

When working with remote APIs, you need a way to interact with those APIs. Modern JavaScript provides two native ways to send HTTP requests to remote servers, XMLHttpRequest and Fetch.

Free Content Fetching data from the server XMLHttpRequest Fetch API Is fetch API better than XMLHTTPRequest Ajax Battle: XMLHttpRequest vs the Fetch API