Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.streams
/
UnderlyingSinkWriteCallback
Underlying
Sink
Write
Callback
typealias
UnderlyingSinkWriteCallback
<
W
>
=
(
chunk
:
W
,
controller
:
WritableStreamDefaultController
)
->
PromiseLike
<
Void
>
?
(
source
)