kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.nodejs
/
WritableStream
/
end
end
abstract
fun
end
(
cb
:
(
)
->
Unit
=
definedExternally
)
(
source
)
abstract
fun
end
(
data
:
String
,
cb
:
(
)
->
Unit
=
definedExternally
)
(
source
)
abstract
fun
end
(
data
:
Uint8Array
,
cb
:
(
)
->
Unit
=
definedExternally
)
(
source
)
abstract
fun
end
(
str
:
String
,
encoding
:
String
=
definedExternally
,
cb
:
(
)
->
Unit
=
definedExternally
)
(
source
)