Finish htmax items

This commit is contained in:
2026-06-14 20:50:41 -04:00
parent c1441e0741
commit fd018fc568
7 changed files with 379 additions and 2 deletions
+6
View File
@@ -103,3 +103,9 @@ module HxSwap =
/// <seealso href="https://four.htmx.org/extensions/upsert">Extension</seealso>
[<Literal>]
let Upsert = "upsert"
/// <summary>Specify that the target of the htmx request should be downloaded</summary>
/// <remarks>This requires the <c>hx-download</c> extension (included in the htmax bundle)</remarks>
/// <seealso href="https://four.htmx.org/extensions/hx-download#explicit-swap-style">Documentation</seealso>
[<Literal>]
let Download = "download"