bigskysoftware / bigskysoftware/htmx
Disable htmx.config.historyEnabled does not disable history cache
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
I assumed that disabling `htmx.config.historyEnabled` would disable all history processing. However, this does not disable the creation of the history cache and the restoring of pages from the cache. To achieve this, you need to explicitly set `htmx.config.historyCacheSize = 0`. In my opinion, this makes no sense, or have I missed something?
Contributor guide
Assessment
This issue has not been assessed yet.