正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
UnderlyingByteSource
接口 UnderlyingByteSource
interface
UnderlyingByteSource
{
autoAllocateChunkSize
?:
number
;
cancel
?:
UnderlyingSourceCancelCallback
;
pull
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
PromiseLike
<
void
>
)
;
start
?:
(
(
controller
:
ReadableByteStreamController
)
=>
any
)
;
type
:
"bytes"
;
}
索引
属性
auto
Allocate
Chunk
Size?
cancel?
pull?
start?
type
属性
可选
auto
Allocate
Chunk
Size
auto
Allocate
Chunk
Size
?:
number
可选
cancel
cancel
?:
UnderlyingSourceCancelCallback
可选
pull
pull
?:
(
(
controller
:
ReadableByteStreamController
)
=>
void
|
PromiseLike
<
void
>
)
可选
start
start
?:
(
(
controller
:
ReadableByteStreamController
)
=>
any
)
type
type
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
auto
Allocate
Chunk
Size
cancel
pull
start
type
@custouch-open/js-sdk
加载中……