正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
ReadableStream
变量 ReadableStream
Readable
Stream
:
{
prototype
:
ReadableStream
<
any
>
;
new
(
underlyingSource
:
UnderlyingByteSource
,
strategy
?:
{
highWaterMark
?:
number
;
}
)
:
ReadableStream
<
Uint8Array
>
;
new
<
R
>
(
underlyingSource
:
UnderlyingDefaultSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
ReadableStream
<
R
>
;
new
<
R
>
(
underlyingSource
?:
UnderlyingSource
<
R
>
,
strategy
?:
QueuingStrategy
<
R
>
)
:
ReadableStream
<
R
>
;
}
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
@custouch-open/js-sdk
加载中……