Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. NavigationTransition
  4. navigationType

NavigationTransition: navigationType property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.

ThenavigationType read-only property of theNavigationTransition interface returns the type of the ongoing navigation.

Value

An enumerated value representing the type of ongoing navigation.

The possible values are:

  • push: A new location is navigated to, causing a new entry to be pushed onto the history list.
  • reload: TheNavigation.currentEntry is reloaded.
  • replace: TheNavigation.currentEntry is replaced with a new history entry. This new entry will reuse the samekey, but be assigned a differentid.
  • traverse: The browser navigates from one existing history entry to another existing history entry.

Examples

js
console.log(navigation.transition.navigationType);

Specifications

Specification
HTML
# dom-navigationtransition-navigationtype-dev

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp