Performance: navigation-Eigenschaft
Deprecated
Avoid using this feature in new projects.
This feature is supserseded by the PerformanceNavigationTiming API.
This feature may be a candidate for removal from web standards or browsers.>
Consider using the following features instead: Performance oder Navigation timing.>
Die veraltete, schreibgeschützte Performance.navigation-Eigenschaft gibt ein PerformanceNavigation-Objekt zurück, das den Typ der Navigation darstellt, der im gegebenen Browsing-Kontext auftritt, wie z.B. die Anzahl der Umleitungen, die benötigt werden, um die Ressource abzurufen.
Diese Eigenschaft ist in Workern nicht verfügbar.
Warnung:
Diese Eigenschaft ist in der Navigation Timing Level 2 Spezifikation veraltet. Bitte verwenden Sie stattdessen das PerformanceNavigationTiming-Interface.
Wert
Ein PerformanceNavigation-Objekt.
Spezifikationen
| Spezifikation |
|---|
| Navigation Timing Level 2> # dom-performance-navigation> |
Browser-Kompatibilität
Siehe auch
- Das
Performance-Interface, zu dem es gehört.