Edit this page

up.Request up.Request.prototype.hash
Property

The hash component of this request's URL.

The { hash } property is automatically extracted from the given URL:

let request = up.request({ url: '/path#section' })
request.url // => '/path'
request.hash // => '#section'

Value

hash string