1
0
Fork 0
fetch-compare/README.md

18 lines
388 B
Markdown
Raw Permalink Normal View History

2021-09-09 23:54:23 +08:00
# 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)
<!-- vim: set conceallevel=2 et ts=2 sw=2: -->