Skip to content

Commit 39930fc

Browse files
committed
upd:d.ts补充Range类型说明
1 parent bc911dc commit 39930fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,8 @@ declare namespace COS {
11701170
ResponseExpires?: string,
11711171
/** 设置响应中的 Expires 头部的值 */
11721172
ResponseContentType?: string,
1173+
/** RFC 2616 中定义的字节范围,范围值必须使用 bytes=first-last 格式,first 和 last 都是基于0开始的偏移量。例如 bytes=0-9 表示下载对象的开头10个字节的数据 ,如果不指定,则表示下载整个对象 */
1174+
Range?: string,
11731175
/** 当启用版本控制时,指定要下载的版本 ID,如不指定则下载对象的最新版本 */
11741176
VersionId?: string,
11751177
/** 下载的进度回调方法 */

0 commit comments

Comments
 (0)