I hope there’s an aggressive way to prefetch links on mobile when a link enters the viewport.
Google has also been promoting the Speculation Rules API lately, which allows prefetching and prerendering pages in the background. So I was hoping HTMX would have something similar to it.
While HTMX 4 documents that “Preload can listen to any event name supported by htmx trigger specs.", it doesn’t support intersect or revealed (because they aren’t regular events?). In that case, “supported by htmx trigger specs” sounds ambiguous.

I hope there’s an aggressive way to prefetch links on mobile when a link enters the viewport.
Google has also been promoting the Speculation Rules API lately, which allows prefetching and prerendering pages in the background. So I was hoping HTMX would have something similar to it.
While HTMX 4 documents that “Preload can listen to any event name supported by htmx trigger specs.", it doesn’t support
intersectorrevealed(because they aren’t regular events?). In that case, “supported by htmx trigger specs” sounds ambiguous.