()
| 326 | private chunks: string[]; |
| 327 | |
| 328 | constructor() { |
| 329 | this.event = null; |
| 330 | this.data = []; |
| 331 | this.chunks = []; |
| 332 | } |
| 333 | |
| 334 | /** |
| 335 | * Decodes a line of text and returns a ServerSentEvent object if a complete event is found. |
nothing calls this directly
no outgoing calls
no test coverage detected