1
0
Fork 0
 
 
 
Go to file
Ambrose Chua 85e6377929 ci: Add GitHub Actions 2021-09-09 23:59:20 +08:00
.github/workflows ci: Add GitHub Actions 2021-09-09 23:59:20 +08:00
fixtures Initial prototype 2021-09-09 23:47:04 +08:00
src Initial prototype 2021-09-09 23:47:04 +08:00
.gitignore Initial prototype 2021-09-09 23:47:04 +08:00
.npmrc Initial prototype 2021-09-09 23:47:04 +08:00
README.md Add initial README 2021-09-09 23:54:23 +08:00
package-lock.json Initial prototype 2021-09-09 23:47:04 +08:00
package.json Initial prototype 2021-09-09 23:47:04 +08:00
tsconfig.json Initial prototype 2021-09-09 23:47:04 +08:00

README.md

Comparing fetch() implementations

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

Platforms

Browser testing is done using webdriver.

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