一个异步工具库,风格以高阶函数为主。
An asynchronous tools library in the style of higher-order functions. Website
使用 npm:
npm i @bowencool/async-utilities
import { throttleAsyncResult } from '@bowencool/async-utilities';
在浏览器中:
<script scr="//unpkg.com/@bowencool/async-utilities"></script>
<!-- or -->
<script scr="//cdn.jsdelivr.net/npm/@bowencool/async-utilities"></script>
cacheAsyncsee memoizee or lru-pcache- abort fetch & xhr
MIT