@adviser/cement - v0.0.0
Preparing search index...
PeerStream
Interface PeerStream<C>
interface
PeerStream
<
C
=
Uint8Array
>
{
write
:
(
chunk
:
C
)
=>
Promise
<
void
>
;
cancel
:
()
=>
Promise
<
void
>
;
close
:
()
=>
Promise
<
void
>
;
}
Type Parameters
C
=
Uint8Array
Index
Properties
write
cancel
close
Properties
write
write
:
(
chunk
:
C
)
=>
Promise
<
void
>
cancel
cancel
:
()
=>
Promise
<
void
>
close
close
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
write
cancel
close
@adviser/cement - v0.0.0
Loading...