From 701a3743b5c5b1f681402ad8274683bda44fcf6a Mon Sep 17 00:00:00 2001 From: Johan Vosloo Date: Sat, 9 Jan 2021 18:18:25 +0100 Subject: [PATCH] Update events.md --- www/events.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/events.md b/www/events.md index ec35e04e..14aec352 100644 --- a/www/events.md +++ b/www/events.md @@ -233,6 +233,14 @@ attribute. If this event is cancelled, the AJAX request will not occur. * `detail.target` - the target of the request * `detail.prompt` - the user response to the prompt +### Event - [`htmx:pushedIntoHistory`](#htmx:pushedIntoHistory) + +This event is triggered after an url has been pushed into history. + +##### Details + +* `detail.path` - the path and query of the url that has been pushed into history + ### Event - [`htmx:responseError`](#htmx:responseError) This event is triggered when an HTTP error response occurs