Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.coroutines.internal
/
observerFlow
observer
Flow
fun
<
E
:
JsAny
>
observerFlow
(
block
:
(
(
ReadonlyArray
<
E
>
,
JsAny
)
->
Unit
)
->
(
)
->
Unit
)
:
Flow
<
E
>
(
source
)