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
H5
浏览器版本: Chrome 版本 100.0.4896.127 使用框架: React
3.4.7版本的 OnProgressUpdateCallbackResult 类型声明错误 totalBytesExpectedToSent 类型声明为 totalBytesExpectedToSend
interface OnProgressUpdateCallbackResult { /** 上传进度百分比 */ progress: number /** 预期需要上传的数据总长度,单位 Bytes */ totalBytesExpectedToSend: number /** 已经上传的数据长度,单位 Bytes */ totalBytesSent: number }
类型定义正确
类型定义错误
Taro CLI 3.4.7 environment info: System: OS: Windows 10 Binaries: Node: 16.13.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.11 - C:\Users\S\AppData\Roaming\npm\yarn.CMD npm: 8.5.0 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
该申明参考 微信官方文档
Sorry, something went wrong.
fix: wrony params name fix #11749
89b8f4b
3a2c1b7
ZakaryCode
Successfully merging a pull request may close this issue.
相关平台
H5
浏览器版本: Chrome 版本 100.0.4896.127
使用框架: React
复现步骤
3.4.7版本的 OnProgressUpdateCallbackResult 类型声明错误 totalBytesExpectedToSent 类型声明为 totalBytesExpectedToSend
期望结果
类型定义正确
实际结果
类型定义错误
环境信息
The text was updated successfully, but these errors were encountered: