This feature is experimental. Please share your experiences so we know what to keep or change.
Returns the given URL without its query string.
var url = up.Params.stripURL('http://foo.com?key=value')
// url is now: 'http://foo.com'
A URL (with or without a query string).
The given URL without its query string.