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
- Host: GitHub
- URL: https://github.com/serverwentdown/fetch-compare
- Owner: serverwentdown
- License: mit
- Created: 2021-09-09T15:47:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T00:42:22.000Z (about 2 years ago)
- Last Synced: 2025-02-05T09:53:50.999Z (4 months ago)
- Topics: comparison, compatibility, fetch, fetch-api, node-fetch, webdriver, whatwg-fetch
- Language: TypeScript
- Homepage:
- Size: 483 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)