-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[![Build](https://github.com/suhaotian/xior/actions/workflows/check.yml/badge.svg)](https://github.com/suhaotian/xior/actions/workflows/check.yml) | ||
[![minzipped size](https://badgen.net/badge/gzip/4kb/green)](https://bundlephobia.com/package/xior) | ||
[![minzipped size](https://deno.bundlejs.com/badge[email protected]&badge=detailed&badge-style=for-the-badge)](https://bundlejs.com/?q=xior%400.5.4) | ||
[![npm version](https://badgen.net/npm/v/xior?color=green)](https://www.npmjs.com/package/xior) | ||
![Downloads](https://img.shields.io/npm/dm/xior.svg?style=flat) | ||
![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label&color=blue) | ||
|
@@ -15,7 +15,7 @@ A lite request lib based on **fetch** with plugin support and similar API to axi | |
- 🫡 **Similar axios API**: `axios.create` / `axios.interceptors` / `.get/post/put/patch/delete/head/options` | ||
- 🤙 Support timeout and cancel requests | ||
- 🥷 Plugin support: error retry, cache, throttling, dedupe, error cache, mock and easily create custom plugins | ||
- 🚀 Lightweight (~12KB, Gzip ~4kb) | ||
- 🚀 Lightweight (~8KB, Gzip ~3kb) | ||
- 👊 Unit tested and strongly typed 💪 | ||
|
||
## Table of Contents | ||
|