preload

abstract var preload: Preload?(source)

The preloading strategy for this link

  • false - No preloading

  • 'intent' - Preload the linked route on hover and cache it for this many milliseconds in hopes that the user will eventually navigate there.

  • 'viewport' - Preload the linked route when it enters the viewport