> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/networking/websockets/.wsopen.md).

# wsOpen

> ⚠️ **Not implemented in the current OSL CLI.**

## Description

wsOpen returns a boolean of whether the websocket connection is open.

## Parameters

wsOpen takes no parameters.

## Usage

```javascript
ws_id = "url".newWebsocket()

ws_id.wsOpen()
```
