We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a074b0c commit 9c353d6Copy full SHA for 9c353d6
1 file changed
src/client.js
@@ -218,7 +218,7 @@ module.exports = class Client {
218
* @prop {boolean} [DEBUG] Enable debug mode
219
* @prop {'data' | 'prodata' | 'widgetdata'} [server] Server type
220
* @prop {string} [location] Auth page location (For france: https://fr.tradingview.com/)
221
- * @prop {Object<string, string>} [headers] Custom headers for the WebSocket connection (e.g. for WAF bypass)
+ * @prop {Object<string, string>} [headers] Custom WebSocket headers
222
*/
223
224
/**
0 commit comments