toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.streams
/
UnderlyingSource
Underlying
Source
external
interface
UnderlyingSource
<
R
>
(
source
)
Members
Properties
auto
Allocate
Chunk
Size
Link copied to clipboard
abstract
val
autoAllocateChunkSize
:
JsLong
?
cancel
Link copied to clipboard
abstract
val
cancel
:
UnderlyingSourceCancelCallback
?
pull
Link copied to clipboard
abstract
val
pull
:
UnderlyingSourcePullCallback
<
R
>
?
start
Link copied to clipboard
abstract
val
start
:
UnderlyingSourceStartCallback
<
R
>
?
type
Link copied to clipboard
abstract
val
type
:
ReadableStreamType
?