1
0
Fork 0
 
 
 
Go to file
Ambrose Chua dff5f5f723 ci: Fix node-version key 2021-09-10 00:55:55 +08:00
.github/workflows ci: Fix node-version key 2021-09-10 00:55:55 +08:00
fixtures fix: Replace undefined log with console 2021-09-10 00:42:00 +08:00
src fix: Cleanup after WebDriver errors 2021-09-10 00:54:26 +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)