Hiyve Components - v1.0.0
    Preparing search index...

    Interface ChatStreamHandle

    Handle returned by connectChatStream for closing the SSE connection.

    interface ChatStreamHandle {
        close(): void;
    }
    Index

    Methods

    Methods

    • Close the SSE connection

      Returns void