We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.38
uviewui.com
/libs/function/test.js 第228行 "return object(value) && func(value.then) && func(value.catch)" 中 object(value) 如果是value为promise也返回false;实际字符串判断应为 "[object Promise]"
true
false
The text was updated successfully, but these errors were encountered:
同样的问题,导致无法拦截上传文件
Sorry, something went wrong.
No branches or pull requests
版本
2.0.38
转载链接
uviewui.com
重现步骤
/libs/function/test.js 第228行 "return object(value) && func(value.then) && func(value.catch)" 中 object(value) 如果是value为promise也返回false;实际字符串判断应为 "[object Promise]"
期望的结果是什么?
true
实际的结果是什么?
false
The text was updated successfully, but these errors were encountered: