Comparing version 0.3.19 to 0.3.20
@@ -47,3 +47,3 @@ { | ||
"name": "febs", | ||
"version": "0.3.19" | ||
"version": "0.3.20" | ||
} |
@@ -565,3 +565,8 @@ febs 库是一些常用的工具的合集; | ||
* // serverData: 服务器返回的数据. | ||
* progressCB: , // 上传进度的回调. function(fileObj, percent) | ||
* progressCB: , // 上传进度的回调. function(fileObj, percent), | ||
* headers: { // 设置request headers | ||
* 'customHeader': 'value' | ||
* }, | ||
* crossDomain: true, // 跨域, 默认为true | ||
* withCredentials: true, // 是否附带cookie, 默认为true | ||
* } | ||
@@ -568,0 +573,0 @@ * function control_upload(cfg) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
691032
7197
754