1
0
Fork 0
 
 
 
Go to file
Ambrose Chua a4faf69f29 fix: Replace undefined log with console 2021-09-10 00:42:00 +08:00
.github/workflows ci: Always format before lint 2021-09-10 00:41:01 +08:00
fixtures fix: Replace undefined log with console 2021-09-10 00:42:00 +08:00
src fix: Catch exit when Node.js failed 2021-09-10 00:37:19 +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 fix: Placeholder for platform-deno 2021-09-10 00:08:09 +08:00
package-lock.json Initial prototype 2021-09-09 23:47:04 +08:00
package.json fix: Remove node: protocol 2021-09-10 00:22:59 +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)