HoshimiNodeOptions

The manager node options.

Signature

export interface HoshimiNodeOptions

Properties

userAgent?: UserAgent;

The user agent for the requests.

Examples

`hoshimi/v${string} (${string})`
@type{UserAgent}
closeOnError?: boolean;

Whether to close (and reconnect) the socket on a WebSocket error. Overrides the manager-level default.

@defaulttrue