songbird
songbird copied to clipboard
Chain promises easily in node.js
Results
2
songbird issues
Sort by
recently updated
recently updated
newest added
- support `async function` if we use the `babel` for it, async function should transpiled to `GenerateFunction`. but async function occurs the `TypeError`; ``` TypeError: this.that[key].promise.apply is not a function...