正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
File
接口 File
Provides information about files and allows JavaScript in a web page to access their content.
interface
File
{
lastModified
:
number
;
name
:
string
;
size
:
number
;
type
:
string
;
webkitRelativePath
:
string
;
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
;
slice
(
start
?:
number
,
end
?:
number
,
contentType
?:
string
)
:
Blob
;
stream
(
)
:
ReadableStream
<
Uint8Array
>
;
text
(
)
:
Promise
<
string
>
;
}
层级 (
查看完整内容
)
Blob
File
索引
属性
last
Modified
name
size
type
webkit
Relative
Path
方法
array
Buffer
slice
stream
text
属性
只读
last
Modified
last
Modified
:
number
只读
name
name
:
string
只读
size
size
:
number
只读
type
type
:
string
只读
webkit
Relative
Path
webkit
Relative
Path
:
string
方法
array
Buffer
array
Buffer
(
)
:
Promise
<
ArrayBuffer
>
返回
Promise
<
ArrayBuffer
>
slice
slice
(
start
?
,
end
?
,
contentType
?
)
:
Blob
参数
可选
start
:
number
可选
end
:
number
可选
contentType
:
string
返回
Blob
stream
stream
(
)
:
ReadableStream
<
Uint8Array
>
返回
ReadableStream
<
Uint8Array
>
text
text
(
)
:
Promise
<
string
>
返回
Promise
<
string
>
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
last
Modified
name
size
type
webkit
Relative
Path
方法
array
Buffer
slice
stream
text
@custouch-open/js-sdk
加载中……
Provides information about files and allows JavaScript in a web page to access their content.