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