Async Utilities
一个异步工具库,风格以高阶函数为主。
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
-
cacheAsyncsee memoizee or lru-pcache - [ ] abort fetch & xhr