Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.promise: Add promise.try() | Matthew Wild | 2018-10-18 | 1 | -0/+6 |
* | util.promise: Add a string representation | Kim Alvefur | 2018-10-18 | 1 | -0/+4 |
* | util.promise: Add promise:finally() | Matthew Wild | 2018-10-18 | 1 | -0/+6 |
* | util.promise: Some code relocation | Matthew Wild | 2018-10-18 | 1 | -23/+23 |
* | util.promise: Also support automatic resolution by returning a promise from a... | Matthew Wild | 2018-10-18 | 1 | -1/+3 |
* | util.promise: Fix promise.reject() to return a rejected promise, and fix bugg... | Matthew Wild | 2018-10-18 | 1 | -1/+1 |
* | util.promise: ES6-like API for promises | Matthew Wild | 2018-10-10 | 1 | -0/+133 |