File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ This event is triggered before an AJAX request is issued. If you call `preventD
111
111
* ` detail.elt ` - the element that dispatched the request
112
112
* ` detail.xhr ` - the ` XMLHttpRequest `
113
113
* ` detail.target ` - the target of the request
114
+ * ` detail.boosted ` - true if the request is via an element using boosting
114
115
* ` detail.requestConfig ` - the configuration of the AJAX request
115
116
116
117
### Event - ` htmx:beforeSend ` {#htmx: beforeSend }
@@ -137,6 +138,7 @@ See the documentation on [configuring swapping](@/docs.md#modifying_swapping_beh
137
138
138
139
* ` detail.elt ` - the target of the swap
139
140
* ` detail.xhr ` - the ` XMLHttpRequest `
141
+ * ` detail.boosted ` - true if the request is via an element using boosting
140
142
* ` detail.requestConfig ` - the configuration of the AJAX request
141
143
* ` detail.requestConfig.elt ` - the element that dispatched the request
142
144
* ` detail.shouldSwap ` - if the content will be swapped (defaults to ` false ` for non-200 response codes)
@@ -157,6 +159,7 @@ happen instead.
157
159
158
160
* ` detail.elt ` - the element that dispatched the request
159
161
* ` detail.xhr ` - the ` XMLHttpRequest `
162
+ * ` detail.boosted ` - true if the request is via an element using boosting
160
163
* ` detail.requestConfig ` - the configuration of the AJAX request
161
164
* ` detail.shouldSwap ` - if the content will be swapped (defaults to ` false ` for non-200 response codes)
162
165
* ` detail.target ` - the target of the swap
You can’t perform that action at this time.
0 commit comments