1
0
Fork 0
 
 
 
Go to file
Ambrose Chua ff4300c306 ci: Fix naming to be valid 2021-09-10 01:14:36 +08:00
.github/workflows ci: Fix naming to be valid 2021-09-10 01:14:36 +08:00
fixtures fix: Replace undefined log with console 2021-09-10 00:42:00 +08:00
src feat: Switch browsers to headless 2021-09-10 01:05:38 +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 feat: Hide --experimental-loader (and all) warnings 2021-09-10 01:12:51 +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)