如何从Promise的返回值中取到[[PromiseValue]] ?
Posted big--bear
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从Promise的返回值中取到[[PromiseValue]] ?相关的知识,希望对你有一定的参考价值。
在一次使用axios封装请求时, 请求后台返回的数据是[[PromiseValue]]
Promise的设计文档中说了,[[PromiseValue]]是个内部变量,外部无法得到,只能在then中获取。
最终请求可以返回数据(就是忘记了then)
以上是关于如何从Promise的返回值中取到[[PromiseValue]] ?的主要内容,如果未能解决你的问题,请参考以下文章
js promise中如何取到[[PromiseValue]]