@xo-cash/utils
    Preparing search index...

    Interface SSEEventParserOptions

    Optional encoders used when decoding incoming SSE bytes and re-encoding any buffered remainder between chunks.

    interface SSEEventParserOptions {
        textDecoder: TextDecoder;
    }
    Index
    textDecoder: TextDecoder

    Decodes raw stream bytes into text. Defaults to a new TextDecoder.