源码阅读
1. 浏览器
@juggle/resize-observer
https://www.npmjs.com/package/@juggle/resize-observer
一个ResizeObserver API的最小polyfill库,基于最新的规范
emittery
https://github1s.com/sindresorhus/emittery
发布/订阅模式的ts实现
simple-uploader.js
https://github.com/simple-uploader/Uploader
simple-uploader.js(也称 Uploader) 是一个上传库,支持多并发上传,文件夹、拖拽、可暂停继续、秒传、分块上传、出错自动重传、手工重传、进度、剩余时间、上传速度等特性;该上传库依赖 HTML5 File API。
cancelable-promise
可取消的promise