Tags give the ability to mark specific points in history as being important
-
-
-
-
0.19.1
f3570de1 · ·add CONNECTION_ABORTED state and isAborted() helper; clean up examples - Add CONNECTION_ABORTED (state 6) to SessionState for user-initiated disconnects during an in-flight connect or reconnect - Add SessionManager.isAborted() to distinguish clean user close from genuine connection failures - Update all SessionManager-based examples to handle isAborted() before hasError(), so user-triggered aborts are not silently swallowed - Remove dead commented-out code from start_session.html and loading_messages.html - Suppress webpack bundle size warnings via performance.hints: false BREAKING CHANGES: - close() during connecting now emits CONNECTION_ABORTED instead of CONNECTION_FAILED - notify() now immediately invokes the observer if the session is already active at registration time
-
-
-
-
-
-
-
-
-
-
-
-