Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for EventSource (0.04 seconds)

  1. src/main/webapp/js/chat.js

                eventSource.close();
            });
    
            eventSource.onerror = function() {
                if (!state.errorHandled) {
                    handleError(thinkingId, messageElement, config.labels.error);
                }
                eventSource.close();
            };
    
            state.eventSource = eventSource;
        }
    
        /**
         * Handle error state
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  2. CHANGELOG.md

        backwards-incompatible changes in forthcoming releases.
     *  Fix: Don't crash loading the public suffix database resource in obfuscated builds.
     *  Fix: Don't silently ignore calls to `EventSource.cancel()` made from
        `EventSourceListener.onOpen()`.
     *  Fix: Enforce the max intermediates constraint when using pinned certificates with Conscrypt.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 15 11:57:47 GMT 2026
    - 36.2K bytes
    - Click Count (2)
Back to Top