You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
dependabot[bot] 3aa35e158b build(deps): Bump terser from 5.10.0 to 5.14.2 8 months ago
.github/workflows Remove deno-prebuilt and use denoland/setup-deno 2 years ago
fixtures Fix lint errors 2 years ago
src Upgrade packages 1 year ago
.gitignore Initial prototype 2 years ago
.npmrc Initial prototype 2 years ago
LICENSE Create LICENSE 2 years ago
README.md fix: Placeholder for platform-deno 2 years ago
package-lock.json build(deps): Bump terser from 5.10.0 to 5.14.2 2 months ago
package.json build(deps): Bump got and geckodriver 2 months ago
tsconfig.json Upgrade packages 1 year ago

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)