Skip to main content

ChunkResponseParser

Index

Constructors

publicconstructor

  • new ChunkResponseParser(eventEmitter: EventEmitter<string | symbol, any>, autoReconnect: boolean): ChunkResponseParser
  • Parameters

    • eventEmitter: EventEmitter<string | symbol, any>
    • autoReconnect: boolean

    Returns ChunkResponseParser

Methods

publiconError

  • onError(clearQueues?: () => void): void
  • Parameters

    • optionalclearQueues: () => void

    Returns void

publicparseResponse