gijo-varghese / flying-pages

Load inner pages instantly, intelligently
ISC License
211 stars 21 forks source link

Question: Can pre-fetch be called up with onClick event instead of a href="url" ? #6

Closed inglesuniversal closed 3 years ago

inglesuniversal commented 3 years ago

Can I use a DIV with onclick="requestWebpage()">

Thanks and COOL idea!

gijo-varghese commented 3 years ago

@inglesuniversal That's not possible with Flying Pages. You can write some custom code to create a <link rel="ploread" ....> on the onclick function.