You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that for now, doing so would require signing up for the corresponding origin trial and adding the <meta http-equiv="origin-trial"> to your document's <head>. But we need more feedback from partners to graduate this from origin trial, so, maybe this is a good idea anyway?
Right now this prerenders all
.clickable
links on mouse up.You could instead prerender them on mouse down, with less code. Just add the following to your HTML (not JS):
Then Chrome will do the work for you!
Note that for now, doing so would require signing up for the corresponding origin trial and adding the
<meta http-equiv="origin-trial">
to your document's<head>
. But we need more feedback from partners to graduate this from origin trial, so, maybe this is a good idea anyway?/cc @jeremyroman
The text was updated successfully, but these errors were encountered: