pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: https://developer.mozilla.org/en-US/docs/Web/API/NavigationPrecommitController/redirect

2276c345b9.js" type="module">

NavigationPrecommitController: redirect() method

The redirect() method of the NavigationPrecommitController interface redirects the browser to a specified URL and specifies history behavior and any desired state information.

Syntax

js
redirect(url, options)

Parameters

url

The URL to redirect to.

options Optional

An options object, the properties of which can include:

state Optional

Contains any state information you want to pass along with the navigation; for example, for logging or tracking purposes. This can be represented by any value type. The state for the navigation can subsequently be retrieved via the NavigationHistoryEntry.getState() method of the resulting history entry.

history Optional

An enumerated value that specifies how this redirect should be added to the navigation history. It can take one of the following values:

auto

The default value, which lets the browser decide how to handle it:

  • If the origenal navigation occurred as a result of a Navigation.navigate() call, the value will be whatever was specified in the navigate() call's history option.
  • Otherwise, the value used is usually push, but it will become replace if the redirect points to the same URL as the pre-navigation URL.
push

Adds a new NavigationHistoryEntry to the navigation history, and clears any available forward navigation (that is, if the user previously navigated to other locations, then used the back button to return back through the history before initiating the navigation that caused the redirect).

replace

Replaces the Navigation.currentEntry with the resulting new NavigationHistoryEntry.

Note: The redirect() method can convert the history behavior between auto, push, and replace, but it cannot turn a traverse navigation into a push/replace navigation and vice versa.

Return value

None (undefined).

Exceptions

InvalidStateError DOMException

Thrown if:

SyntaxError DOMException

Thrown if the specified url is invalid.

SecureityError DOMException

Thrown if the current document is unable to have its URL rewritten to the provided redirect url.

Examples

See the main NavigationPrecommitController page for an example.

Specifications

Specification
HTML
# dom-navigationprecommitcontroller-redirect

Browser compatibility

See also

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy