We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8203556 commit 3483e7eCopy full SHA for 3483e7e
src/file.js
@@ -619,7 +619,7 @@ module.exports = function(AV) {
619
/**
620
* Saves the file to the AV cloud.
621
* @param {Object} [options]
622
- * @param {UploadProgressCallback} [options.onProgress]
+ * @param {UploadProgressCallback} [options.onprogress] 文件上传进度,在 Node.js 与小程序中无效,回调参数说明详见 {@link UploadProgressCallback}。
623
* @return {Promise} Promise that is resolved when the save finishes.
624
*/
625
save(options) {
0 commit comments