Preparing search index...
The search index is not available
libp2p
libp2p
@libp2p/multistream-select
SelectStream
Interface SelectStream
interface
SelectStream
{
readStatus
?:
string
;
sink
:
Sink
<
any
,
any
>
;
source
:
any
;
close
?
(
options
?
)
:
Promise
<
void
>
;
closeRead
?
(
options
?
)
:
Promise
<
void
>
;
closeWrite
?
(
options
?
)
:
Promise
<
void
>
;
}
Hierarchy
Duplex
<
any
,
any
,
any
>
SelectStream
Index
Properties
read
Status?
sink
source
Methods
close?
close
Read?
close
Write?
Properties
Optional
read
Status
read
Status
?:
string
sink
sink
:
Sink
<
any
,
any
>
source
source
:
any
Methods
Optional
close
close
(
options
?
)
:
Promise
<
void
>
Parameters
Optional
options
:
AbortOptions
Returns
Promise
<
void
>
Optional
close
Read
close
Read
(
options
?
)
:
Promise
<
void
>
Parameters
Optional
options
:
AbortOptions
Returns
Promise
<
void
>
Optional
close
Write
close
Write
(
options
?
)
:
Promise
<
void
>
Parameters
Optional
options
:
AbortOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
read
Status
sink
source
close
close
Read
close
Write
libp2p
Loading...