文件名称:make-cancellable-promise:使任何Promise都可以取消
文件大小:666KB
文件格式:ZIP
更新时间:2024-05-21 22:44:19
promise promise-cancelling JavaScript
取消承诺 使任何Promise都可以取消。 tl; dr 通过执行npm install make-cancellable-promise或yarn add make-cancellable-promise 。 通过import makeCancellablePromise from 'make-cancellable-promise添加import makeCancellablePromise from 'make-cancellable-promise 。 用它做东西! const { promise , cancel } = makeCancellablePromise ( myPromise ) ; 用户指南 makeCancellablePromise(myPromise) 该函数返回具有两个属性的对象: promise和cancel 。 promise是兑现您的承诺的
【文件预览】:
make-cancellable-promise-master
----.yarnrc.yml(66B)
----.babelrc(185B)
----package.json(1KB)
----.eslintrc.json(29B)
----.github()
--------FUNDING.yml(18B)
--------workflows()
----LICENSE(1KB)
----src()
--------index.js(375B)
--------index.spec.js(2KB)
----.gitignore(109B)
----.yarn()
--------releases()
----README.md(2KB)
----yarn.lock(254KB)
----.eslintignore(10B)
----.gitattributes(378B)