Will there be any problems when WeChat Mini Programs uses promise, on the real machine now?

will there be any problems with WeChat Mini Programs using promise, on the real machine now? Android, in particular, uses a lot of promise encapsulation because it uses Mini Program for the first time, and some of them will have problems on the real machine. I think they are all previous versions. I don"t know if there is any problem with the current version. If you encounter anything, please let me know
.
Mar.01,2021

add an es6-promise version adaptation:
es6-promise-polyfill: https://github.com/stefanpenn.


there will be no problem. The official document has clearly told you to use promise-polyfill

.
Menu