svelte kit docs:
> Data will never be preloaded if the user has chosen reduced data usage, meaning navigator.connection.saveData is true.
This makes sense, but not for mousedown/touchstart, as that will virtually always result in a click (right?).
So this simply slows down svkit sites.
29 days ago