| 188 | * - retry field must be ASCII digits only |
| 189 | */ |
| 190 | class SSEDecoder { |
| 191 | private data: string[] = []; |
| 192 | private eventType = ''; |
| 193 | private lastEventId: string | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected