(...msgs)
| 176 | } |
| 177 | |
| 178 | #handleError(...msgs) { |
| 179 | if (this.#callbacks.error.length === 0) console.error(...msgs); |
| 180 | else this.#handleEvent('error', ...msgs); |
| 181 | } |
| 182 | |
| 183 | constructor() { |
| 184 | this.#client.sessions[this.#chartSessionID] = { |
no test coverage detected