Edit this page

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

This feature has been deprecated. Use up.Request#loadPage() instead.

Load unpoly-migrate.js to polyfill deprecated features.

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. Properties that are not possible in a full-page request (such as custom HTTP headers) will be ignored.

Aborts all pending requests.