bigskysoftware / bigskysoftware/htmx
When the response contains "HX-Redirect" the hx-indicator element is not deactivated. (htmx-v2)
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
When the response contains "HX-Redirect" the hx-indicator element is not deactivated.
The HX-Redirect header is set to redirect the browser to another page so someone could be think that hx-indicator element deactivation is not needed, but if the redirect is toward a file download link the browser page is not reloaded so the hx-indicator element should be deactivated.
Contributor guide
Assessment
This issue has not been assessed yet.