1
0
Fork 0
 
 
 
Go to file
dependabot[bot] 55e48e18fa build(deps): Bump follow-redirects from 1.14.4 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.4...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 16:29:25 +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 Fix lint errors 2021-09-30 11:56:57 +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 follow-redirects from 1.14.4 to 1.14.8 2022-02-16 16:29:25 +08:00
package.json Fix lint errors 2021-09-30 11:56:57 +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)