toggle menu
trixnity-utils
4.2.2
common
js
switch theme
search in API
trixnity-utils
/
net.folivo.trixnity.utils
/
write
write
common
js
suspend
fun
BufferedSink
.
write
(
content
:
ByteArrayFlow
,
coroutineContext
:
CoroutineContext
=
ioContext
)
suspend
fun
FileSystem
.
write
(
path
:
Path
,
content
:
ByteArrayFlow
,
coroutineContext
:
CoroutineContext
=
ioContext
)
suspend
fun
WritableStream
<
Uint8Array
>
.
write
(
content
:
ByteArrayFlow
)