Edit this page

up.link up:link:preload
DOM event

This event is emitted before a link is preloaded.


Event properties

event.target Element

The link element that will be preloaded.

event.renderOptions Object

An object with render options for the preloading.

Listeners may inspect and modify these options.

event.preventDefault()

Prevents the link from being preloaded.