文件名称:promise:ES6 兼容的承诺库。 PromiseA+ 实现
文件大小:29KB
文件格式:ZIP
更新时间:2024-07-03 05:04:06
JavaScript
承诺 ES6 兼容的承诺库。 Promise/A+ 实现。 例子 节点 var Promise = require ( 'modulex-promise' ) ; readFilePromisified ( 'config.json' ) . then ( function ( text ) { // (A) var obj = JSON . parse ( text ) ; console . log ( JSON . stringify ( obj , null , 4 ) ) ; } ) . catch ( function ( reason ) { // (B) // File read error or JSON SyntaxError console . error ( 'An error occurred' , reason ) ; } )
【文件预览】:
promise-master
----.jshintrc(545B)
----.gitignore(180B)
----.jscsrc(1KB)
----package.json(2KB)
----meta()
--------alias.js(67B)
----.travis.yml(641B)
----gulpfile.js(4KB)
----build()
--------promise.js(3KB)
--------promise-debug.js(14KB)
--------promise-standalone-debug.js(15KB)
--------promise-standalone.js(3KB)
----doc()
--------api.md(3KB)
--------guide.md(3KB)
--------demo-list.md(0B)
----index.js(42B)
----examples()
--------index.md(313B)
----.jshintignore(13B)
----README.md(3KB)
----tests()
--------standalone.html(295B)
--------node()
--------runner.html(4B)
--------index-spec.js(66B)
--------browser()
----lib()
--------promise.js(15KB)
----.npmignore(187B)
----.editorconfig(192B)