Skip to main content

SocketReadyState

type alias SocketReadyState

Definition Jump to heading

"opening"
| "open"
| "readOnly"
| "writeOnly"
| "closed"
Back to top