MCPcopy Create free account
hub / github.com/algolia/algoliasearch-client-javascript /

Class

packages/client-common/src/sse.ts:190–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 * - retry field must be ASCII digits only
189 */
190class SSEDecoder {
191 private data: string[] = [];
192 private eventType = '';
193 private lastEventId: string | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected