Articles by Tag #fetch

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Using the Fetch API

Back in the day, we used XMLHttpRequest to call APIs. Nowadays, we use the Fetch API instead — it...

Learn More 1 0Nov 7 '25

Understanding HTTP Content-Type

The HTTP Content-Type header tells the server or browser what kind of data is begin sent and how it's...

Learn More 1 0Nov 13 '25

Fetch API — Understanding Request.cache

When a webpage sends a request, it usually uses HTTP Cache. The Request.cache property in the Fetch...

Learn More 1 0Nov 24 '25

🔥 Mastering HTTP Requests in JavaScript (2025 Guide)

🧠 Did you know? Over 94% of websites use JavaScript for client-side scripting, and HTTP requests...

Learn More 1 0Apr 14 '25

Today i Learned - fetch, async & await, axios...

fetch The fetch() API in JavaScript provides a modern and flexible interface for making network...

Learn More 1 0Jul 1 '25

The Fetch API Trap: When HTTP Errors Don't Land in Catch

Many developers assume that if an HTTP request has an error status code like 404 or 500 then the...

Learn More 0 0Jun 25 '25

Are there any reasons to use synchronous XHR in JavaScript?

Is synchronous XHR obsolete? Some reasons that synchronous XHR may here to stay.

Learn More 0 0Jun 8 '25

Has fetch() caught up with XMLHttpRequest in JavaScript?

Discussing how mature JS fetch() is now and whether it can fully replace XMLHttpRequest.

Learn More 0 0Oct 10 '25

NodeJS Fundamentals: fetch

The Pragmatic Guide to fetch in Production JavaScript Introduction Imagine a...

Learn More 0 0Jul 10 '25