From 87f6aebd06d8da16418651ca9e89216d52d4a398 Mon Sep 17 00:00:00 2001 From: Sojin <77185816+SojinSamuel@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:59:17 +0530 Subject: [PATCH] Added a New resource to Fetch API (#1365) * Added a New resource to Fetch API RapidAPI gives an in-depth explanation of fetch API. what it is, How to use it to process API responses, HTTP Methods with Fetch API and How can errors be handled. Suited For Beginners and the content is packed with real-time examples. * Update content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md Co-authored-by: Kamran Ahmed --- .../content/103-javascript/102-learn-fetch-api-ajax-xhr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md b/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md index 6c80398a9..1f675d17e 100644 --- a/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md +++ b/content/roadmaps/100-frontend/content/103-javascript/102-learn-fetch-api-ajax-xhr.md @@ -4,4 +4,5 @@ Ajax is the technique that lets us send and receive the data asynchronously from Free Content Fetch API MDN Docs +Introduction to Fetch JavaScript Fetch API