文件名称:superagent-promises:在 ES6 承诺中包装超级代理请求
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-02 09:31:41
JavaScript
超级代理承诺 在 ES6 承诺中请求(请参阅和以获取 W3C 承诺 API 文档)。 用法 例如 require ( 'superagent' ) . get ( 'http://api.mysite.com/?id=23432' ) . use ( require ( 'superagent-promises' ) ) . end ( ) . then ( function ( response ) { // handle a successful response } , function ( err ) { // handle an error } ) 测试注意事项 superagent-promises 缓存了 superagent 的原生.end()方法。 出于测试目的,提供了.uncache()方法,应在监视或存根superagent.
【文件预览】:
superagent-promises-master
----bower.json(58B)
----README.md(788B)
----index.js(1KB)
----package.json(483B)