1
0
Fork 0
 
 
 
Go to file
Ambrose Chua a18e3b6dbb
Create LICENSE
2021-09-10 23:27:24 +08:00
.github/workflows ci: Fix naming to be valid 2021-09-10 01:14:36 +08:00
fixtures feat: Remove unnecessary nested object 2021-09-10 01:55:07 +08:00
src feat: Remove unnecessary nested object 2021-09-10 01:55:07 +08:00
.gitignore Initial prototype 2021-09-09 23:47:04 +08:00
.npmrc Initial prototype 2021-09-09 23:47:04 +08:00
LICENSE Create LICENSE 2021-09-10 23:27:24 +08:00
README.md fix: Placeholder for platform-deno 2021-09-10 00:08:09 +08:00
package-lock.json feat: Remove unnecessary nested object 2021-09-10 01:55:07 +08:00
package.json feat: Remove unnecessary nested object 2021-09-10 01:55:07 +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)