The event htmx:sendAbort is missing from the documentation. The related events htmx:sendError and htmx:timeout are there, but this one is missing.
Although htmx:xhr:abort is already documented. its detail data is different.
Testing
Tested locally using Zola to ensuring linking works correctly.
Checklist
[x] I have read the contribution guidelines
[x] I have targeted this PR against the correct branch (master for website changes, dev for
source changes)
[x] This is either a bugfix, a documentation update, or a new feature that has been explicitly
approved via an issue
[x] I ran the test suite locally (npm run test) and verified that it succeeded
Description
The event
htmx:sendAbort
is missing from the documentation. The related eventshtmx:sendError
andhtmx:timeout
are there, but this one is missing. Althoughhtmx:xhr:abort
is already documented. its detail data is different.Testing
Tested locally using Zola to ensuring linking works correctly.
Checklist
master
for website changes,dev
for source changes)npm run test
) and verified that it succeeded