The prerendering function as described here lived a short life in Chrome and was removed back in 2017. If you use rel=prerender today, you’ll invoke a “NoState Prefetch” which will pull the page resources, but not actually render anything.
rel=prerender
https://developers.google.com/web/updates/2018/07/nostate-prefetch
This seems like it would have severe privacy implications.
Don’t worry, it was removed back in 2017. See my to level comment.
The prerendering function as described here lived a short life in Chrome and was removed back in 2017. If you use
rel=prerender
today, you’ll invoke a “NoState Prefetch” which will pull the page resources, but not actually render anything.https://developers.google.com/web/updates/2018/07/nostate-prefetch
This seems like it would have severe privacy implications.
Don’t worry, it was removed back in 2017. See my to level comment.