0.1.2 • Published 7 months ago

high-concurrency v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

HCO

High concurrency front-end solution

How to use

Step 1. install

  npm i high-concurrency

Step 2. use case

  import { HCF } from "high-concurrency";

  ...
  const getTest = async () => {
    HCF(
      "/api/healthz",
      {},
      {
        cache: true,
        duplicateMerge: true,
      }
    );
  };
  ...

// npm 官方源
npm config set registry https://registry.npmjs.org/

0.1.2

7 months ago

0.1.1

7 months ago