Fetch API

Modern JavaScript interface for making HTTP requests and processing responses, providing a more powerful and flexible replacement for XMLHttpRequest.

API entry from apis.yml

apis.yml Raw ↑
aid: javascript:fetch-api
name: Fetch API
description: Modern JavaScript interface for making HTTP requests and processing responses, providing
  a more powerful and flexible replacement for XMLHttpRequest.
humanURL: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
tags:
- AJAX
- Async
- HTTP
- Network
properties:
- type: Documentation
  url: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
- type: Specification
  url: https://fetch.spec.whatwg.org/