Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.streams
/
UnderlyingDefaultSource
Underlying
Default
Source
sealed
interface
UnderlyingDefaultSource
<
R
:
JsAny
?
>
(
source
)
Members
Properties
cancel
Link copied to clipboard
abstract
var
cancel
:
UnderlyingSourceCancelCallback
?
pull
Link copied to clipboard
abstract
var
pull
:
(
controller
:
ReadableStreamDefaultController
<
R
>
)
->
PromiseLike
<
Void
>
?
?
start
Link copied to clipboard
abstract
var
start
:
(
controller
:
ReadableStreamDefaultController
<
R
>
)
->
Unit
?