1
0
Fork 0
 
 
 
Go to file
dependabot[bot] a697e02455
build(deps): Bump yaml and xo
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [xo](https://github.com/xojs/xo). These dependencies need to be updated together.


Removes `yaml`

Updates `xo` from 0.48.0 to 0.54.1
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.48.0...v0.54.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: indirect
- dependency-name: xo
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-25 00:42:20 +00: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 yaml and xo 2023-04-25 00:42:20 +00:00
package.json build(deps): Bump yaml and xo 2023-04-25 00:42:20 +00: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)