sapper icon indicating copy to clipboard operation
sapper copied to clipboard

Shouldn't prefetch trigger on focus event as well?

Open tontonsb opened this issue 6 years ago • 1 comments
trafficstars

Currently the prefecth feature triggers on hover and touch:

addEventListener('touchstart', trigger_prefetch);
addEventListener('mousemove', handle_mousemove);

I propose it should also be invoked on focus to provide the feature to users using keyboard navigation.

Would it cause any issues?

tontonsb avatar Sep 16 '19 09:09 tontonsb

I would like to give a try to resolve this issue

naz3eh avatar Jun 28 '21 08:06 naz3eh