PerformanceNavigation: toJSON()-Methode
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.>
Warnung:
Diese Schnittstelle dieser Eigenschaft ist im Navigation Timing Level 2-Spezifikation veraltet. Bitte verwenden Sie stattdessen die PerformanceNavigationTiming Schnittstelle.
Die toJSON()-Methode der PerformanceNavigation-Schnittstelle ist ein Serializer; sie gibt eine JSON-Darstellung des PerformanceNavigation-Objekts zurück.
Syntax
js
toJSON()
Parameter
Keine.
Rückgabewert
Ein JSON-Objekt, das die Serialisierung des PerformanceNavigation-Objekts darstellt.
Spezifikationen
| Spezifikation |
|---|
| Navigation Timing Level 2> # dom-performancenavigation-tojson> |