Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mathieu2301/TradingView-API
/ #handleError
Method
#handleError
src/client.js:76–79 ·
view source on GitHub ↗
(...msgs)
Source
from the content-addressed store, hash-verified
74
}
75
76
#handleError(...msgs) {
77
if
(this.#callbacks.error.length === 0) console.error(...msgs);
78
else
this.#handleEvent(
'error'
, ...msgs);
79
}
80
81
/**
82
* When client is connected
Callers
2
#parsePacket
Method · 0.95
constructor
Method · 0.95
Calls
1
#handleEvent
Method · 0.95
Tested by
no test coverage detected