6 Commits

Author SHA1 Message Date
Carson Gross
55f1c17dc0 abort any outstanding requests after tests, make the trigger tests properly await the requests they create to avoid cross-test contamination. :/ 2025-11-06 12:34:53 -07:00
Carson Gross
969009716c optimistic tests and a fix 2025-10-31 16:23:14 -06:00
Carson Gross
4acd40ee0d pass through fetch response args 2025-10-30 20:41:22 -06:00
scriptogre
afb1af04e1
add server-sent events (sse) streaming support
Implement native SSE handling with configurable stream modes (once/continuous), automatic reconnection with exponential backoff, and lifecycle events.

Streams are configured via hx-stream attribute or htmx.config.streams global defaults.

Update test infrastructure with ReadableStream-based mocking utilities.

# Conflicts:
#	src/htmx.js
2025-10-28 16:13:43 +02:00
Carson Gross
ccdb704740 more ctx.request work 2025-10-26 15:11:42 -06:00
Carson Gross
2d0839a928 move code into four branch 2025-10-26 13:26:44 -06:00