From 0a29831318155ef3912bf4cc0240364513264f6d Mon Sep 17 00:00:00 2001 From: Mattias Jansson Date: Thu, 14 Dec 2023 12:52:39 +0000 Subject: [PATCH] Allow attributes sse-connect and sse-swap HTMX has extracted the SSE functionality to a plugin and renamed the attribute "hx-sse" to two new attributes ("sse-connect" and "sse-swap"). --- ihp-hsx/IHP/HSX/Parser.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ihp-hsx/IHP/HSX/Parser.hs b/ihp-hsx/IHP/HSX/Parser.hs index 2de14208f..1f50d1d5c 100644 --- a/ihp-hsx/IHP/HSX/Parser.hs +++ b/ihp-hsx/IHP/HSX/Parser.hs @@ -397,6 +397,7 @@ attributes = Set.fromList , "frameborder", "allow", "allowfullscreen", "nonce", "referrerpolicy", "slot" , "kind" , "html" + , "sse-connect", "sse-swap" ] parents :: Set Text