Giter Site home page Giter Site logo

Comments (2)

mherchel avatar mherchel commented on May 9, 2024 1

No, Quicklink will pull down those links assuming they're in the same domain. You can view the network tab within your browser's developer tools to view the files that are being pulled down.

from quicklink.

demianrenzulli avatar demianrenzulli commented on May 9, 2024 1

Hey guys, I'll add my response and close the issue, let me know if you need any other clarifications:

Quicklink does work for _target="blank". The only caveat is that, if you are opening links from a different origin, you should allow them when calling quicklink.listen().

Testing this is a bit tricky, because when you open a new tab in Chrome, by default DevTools is not opened. For that reason that request is not recorded in the Network tab.
Fortunately, there's an option "Auto open DevTools for popups", in DevTools settings (that you can access by clicking on the 3 points at the corner of DevTools). That would allow you to see the prefetch links being picked up from the prefetch cache when you click on any of these links.

Here is a demo:

  1. Open this site in Chrome. The demo contains two links wtih target="_blank", for same and cross origin respectively.
  2. Reload the page, and check the Network tab, to see that both links are prefetched.
  3. Click no any of them. If you enabled the option mentioned before in DevTools, you'll see the links being picked up from he prefetch cache, instead of the network.

Cheers.

from quicklink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.