> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# isConnected

> Return true when the underlying WebSocket is open.

import { PageLink } from '/snippets/tsdocs/PageLink.jsx';
import { RefLink } from '/snippets/tsdocs/RefLink.jsx';

# isConnected

## Summary

Return `true` when the underlying WebSocket is open.

## Signature

```typescript theme={null}
isConnected(): boolean;
```

## Parameters

*No parameters.*

## Returns

**Type**:`boolean`

Return when the underlying WebSocket is open.
