Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.streams
/
UnderlyingSourcePullCallback
Underlying
Source
Pull
Callback
typealias
UnderlyingSourcePullCallback
<
R
>
=
(
controller
:
ReadableStreamController
<
R
>
)
->
PromiseLike
<
Void
>
?
(
source
)