Socket
Book a DemoInstallSign in
Socket

high-order-async-utilities

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

high-order-async-utilities

async utilities

latest
npmnpm
Version
2.5.3
Version published
Maintainers
1
Created
Source

Async Utilities

Actions Status Coverage Status npm version NPM downloads gzip size GitHub vitepress

一个异步工具库,风格以高阶函数为主。

An asynchronous tool library in the style of higher-order functions. Website

Usage

使用 npm:

npm i high-order-async-utilities
import { throttleAsyncResult } from 'high-order-async-utilities';

在浏览器中:

<script scr="//unpkg.com/high-order-async-utilities"></script>
<!-- or -->
<script scr="//cdn.jsdelivr.net/npm/high-order-async-utilities"></script>

Todo

  • cacheAsync see memoizee or lru-pcache
  • abort fetch & xhr

Keywords

high order

FAQs

Package last updated on 21 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts