mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 06:51:32 +00:00
Update events.md
This commit is contained in:
parent
4bdf2f4a48
commit
701a3743b5
@ -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
|
||||
|
||||
### <a name="htmx:pushedIntoHistory"></a> 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
|
||||
|
||||
### <a name="htmx:responseError"></a> Event - [`htmx:responseError`](#htmx:responseError)
|
||||
|
||||
This event is triggered when an HTTP error response occurs
|
||||
|
Loading…
x
Reference in New Issue
Block a user