File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ All other attributes available in htmx.
158158| [ ` htmx:oobBeforeSwap ` ] ( @/events.md#htmx:oobBeforeSwap ) | triggered before an out of band element swap is done, allows you to configure the swap
159159| [ ` htmx:oobErrorNoTarget ` ] ( @/events.md#htmx:oobErrorNoTarget ) | triggered when an out of band element does not have a matching ID in the current DOM
160160| [ ` htmx:prompt ` ] ( @/events.md#htmx:prompt ) | triggered after a prompt is shown
161- | [ ` htmx:pushedIntoHistory ` ] ( @/events.md#htmx:pushedIntoHistory ) | triggered after an url is pushed into history
161+ | [ ` htmx:pushedIntoHistory ` ] ( @/events.md#htmx:pushedIntoHistory ) | triggered after a url is pushed into history
162+ | [ ` htmx:replacedInHistory ` ] ( @/events.md#htmx:replacedInHistory ) | triggered after a url is replaced in history
162163| [ ` htmx:responseError ` ] ( @/events.md#htmx:responseError ) | triggered when an HTTP response error (non-` 200 ` or ` 300 ` response code) occurs
163164| [ ` htmx:sendAbort ` ] ( @/events.md#htmx:sendAbort ) | triggered when a request is aborted
164165| [ ` htmx:sendError ` ] ( @/events.md#htmx:sendError ) | triggered when a network error prevents an HTTP request from happening
You can’t perform that action at this time.
0 commit comments