toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.streams
/
UnderlyingSinkWriteCallback
Underlying
Sink
Write
Callback
typealias
UnderlyingSinkWriteCallback
<
W
>
=
(
chunk
:
W
,
controller
:
WritableStreamDefaultController
)
->
PromiseLike
<
Void
>
?
(
source
)