1
0
Fork 0
 
 
 
Go to file
dependabot[bot] ee96843b54 build(deps): Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 13:48:54 +08:00
.github/workflows Remove deno-prebuilt and use denoland/setup-deno 2021-09-30 11:34:25 +08:00
fixtures Fix lint errors 2021-09-30 11:56:57 +08:00
src Upgrade packages 2022-02-16 18:50:37 +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 build(deps): Bump minimist from 1.2.5 to 1.2.6 2022-03-31 13:48:54 +08:00
package.json Upgrade packages 2022-02-16 18:50:37 +08:00
tsconfig.json Upgrade packages 2022-02-16 18:50:37 +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)