OtherConnectOptionsConnectOptions.headersVersion: NextOn this pageConnectOptions.headers propertyHeaders to use for the web socket connection.Signature:interface ConnectOptions { headers?: Record<string, string>;}RemarksOnly works in the Node.js environment.