Closed niftylettuce closed 8 years ago
If we're using async/await, it's not so clean to implement this.
For example, if the value is cancelled, we would need to wrap in a try/catch, but you don't reject the promise it seems.
If we're using async/await, it's not so clean to implement this.