This is shown on by a console.log(mypromise);
Promise {} [[Prototype]] : Promise
etc…
[[PromiseState]] : “fulfilled”
[[PromiseResult]] : Array(1)
I cannot see any reference at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
What is the right way to access by code the mypromise.PromiseState
value?