File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ export type UserspaceSocketEventListener = UserspaceClientSocketEventListener |
2020
2121/**
2222 * The ready state of a socket, which can be used to determine whether the socket is open and can send/receive data.
23+ *
24+ * @group Userspace
25+ * @category Networking
2326 */
2427export enum SocketReadyState {
2528 CONNECTING ,
@@ -30,6 +33,9 @@ export enum SocketReadyState {
3033
3134/**
3235 * Error thrown when trying to listen on a port that is already in use.
36+ *
37+ * @group Userspace
38+ * @category Networking
3339 */
3440export class PortInUseError extends Error {
3541 constructor ( port : number ) {
Original file line number Diff line number Diff line change 2525 " Windowing" ,
2626 " Sound" ,
2727 " Shells" ,
28+ " Networking" ,
2829
2930 " Completions" ,
3031 " Privileged-by-default Programs"
You can’t perform that action at this time.
0 commit comments