Preparing search index...
The search index is not available
Documentation - v0.0.15
Documentation
@fuman/net
IWebSocketConnectionFramed
Interface IWebSocketConnectionFramed
Something that can be closed
interface
IWebSocketConnectionFramed
{
close
:
()
=>
void
;
readFrame
:
()
=>
Promise
<
string
|
Uint8Array
>
;
writeFrame
:
(
frame
:
string
|
Uint8Array
)
=>
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
IClosable
IWebSocketConnectionFramed
IWebSocketServerConnectionFramed
Implemented by
WebSocketConnectionFramed
Index
Properties
close
read
Frame
write
Frame
Properties
close
close
:
()
=>
void
Close the underlying source.
read
Frame
readFrame
:
()
=>
Promise
<
string
|
Uint8Array
>
write
Frame
writeFrame
:
(
frame
:
string
|
Uint8Array
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
close
read
Frame
write
Frame
Documentation - v0.0.15
Loading...
Something that can be closed