DeuxHuitHuit / framework.js-modules

Collections of modules we frequently use with our framework, https://github.com/DeuxHuitHuit/framework.js
https://deuxhuithuit.github.io/
Other
3 stars 8 forks source link

Add prefetch on hover #502

Open f-elix opened 3 years ago

f-elix commented 3 years ago

A module to prefetch non-ajax pages on link hover or touch.

On mouse devices, the link will be prefetched after either HOVER_DELAY or a cumulative HOVER_PERIOD (which is incremented every time a mouse hovers the link).

On touch devices, the link will be prefetch after a TOUCH_DELAY.

All three values can be changed, of course.