Object JavaScript ECMAScript 6 Consuming a promise
promise.then( | |
function (value) { /* fulfillment */ }, | |
function (reason) { /* rejection */ } | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment