1
0
Fork 0

Add initial README

pull/1/head
Ambrose Chua 2021-09-09 23:54:23 +08:00
parent c600d7182b
commit d19781a570
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# 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: -->