Is it possible to access the value that represents the promise object directly?
Promise { <state>: "fulfilled", <value>: {…} }
<state>: "fulfilled"
<value>: Object { code: 3000, data: (15) […] }
Thanks!
Is it possible to access the value that represents the promise object directly?
Promise { <state>: "fulfilled", <value>: {…} }
<state>: "fulfilled"
<value>: Object { code: 3000, data: (15) […] }
Thanks!