Skip to content
Discussion options

You must be logged in to vote

Both are intended behaviors.

The prefetch in viewport is triggered again to ensure that if the user saw link to /a and half an hour later see it again it will prefetch it again instead of relying on old prefetched data or not using any prefetch.

The cancelled request is handled by the browser when the link tags to prefetch the route are removed from the DOM once the user scroll past the links and the link tags are removed.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tervay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants