Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/io
IWritable
Interface IWritable
A writable stream
interface
IWritable
{
write
:
(
bytes
:
Uint8Array
)
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
IWritable
IConnection
Implemented by
Bytes
Index
Properties
write
Properties
write
write
:
(
bytes
:
Uint8Array
)
=>
Promise
<
void
>
Write bytes to the underlying stream, resolving once the write is complete
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
write
Documentation - v0.0.7
Loading...
A writable stream