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