Edit this page

up.link up.link.isSafe(link)
JavaScript function

Returns whether the given link has a safe HTTP method like GET.

You can configure links to use unsafe methods like POST or DELETE by setting an [up-method] attribute.


Parameters

Return value

boolean

Whether the link will be followed using a safe HTTP method.