WHATWG Fetch Living Standard

The networking model for resource retrieval on the web. Defines the Fetch API used by browsers and JavaScript to make HTTP requests, replacing the older XMLHttpRequest API.

API entry from apis.yml

apis.yml Raw ↑
aid: web-standards:whatwg-fetch
name: WHATWG Fetch Living Standard
description: The networking model for resource retrieval on the web. Defines the Fetch API used by browsers
  and JavaScript to make HTTP requests, replacing the older XMLHttpRequest API.
humanURL: https://fetch.spec.whatwg.org/
tags:
- Fetch API
- HTTP
- Living Standard
- Networking
- WHATWG
properties:
- type: Documentation
  url: https://fetch.spec.whatwg.org/
- type: GitHubRepository
  url: https://github.com/whatwg/fetch