An open API service indexing awesome lists of open source software.

https://github.com/serverwentdown/fetch-compare

Comparison of various fetch() implementations
https://github.com/serverwentdown/fetch-compare

comparison compatibility fetch fetch-api node-fetch webdriver whatwg-fetch

Last synced: about 2 months ago
JSON representation

Comparison of various fetch() implementations

Awesome Lists containing this project

README

        

# Comparing `fetch()` implementations

A small project comparing `fetch()` implementations across various platforms
and packages.

## Platforms

Browser testing is done using [`webdriver`](https://github.com/webdriverio/webdriverio/tree/main/packages/webdriver).

- Chrome
- Firefox
- Safari (TODO)
- Node.js
- `node-fetch`
- Deno (TODO)