Preparing search index...
The search index is not available
pts
pts
http
File
Interface File
interface
File
{
contentType
:
string
;
data
:
string
|
ArrayBuffer
;
name
:
string
;
}
Index
Properties
content
Type
data
name
Properties
content
Type
content
Type
:
string
contentType 表示内容类型,默认为 application/octet-stream。
data
data
:
string
|
ArrayBuffer
data 表示文件内容。通常使用 open() 的返回值。
name
name
:
string
name 表示文件名,默认为纳秒级时间戳。
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
data
name
pts
Loading...
contentType 表示内容类型,默认为 application/octet-stream。