bigskysoftware / bigskysoftware/htmx

Disable htmx.config.historyEnabled does not disable history cache

Open
#3,049 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.