Edit this page

up.Request up.Request.prototype.loadPage()
Instance method

Loads this request object as a full-page request, replacing the entire browser environment with a new page from the server response.

The full-page request will be loaded with the URL, method and params from this request object.

Aborts all pending requests.

Limitations

Some request properties cannot be transported with a full-page request and will be ignored. Such properties include:

  • Custom HTTP headers
  • Binary param values (from file inputs)