[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/de/docs/Web/API/PerformanceTiming/toJSON [Back]  [Original]

PerformanceTiming: toJSON() Methode - Web-APIs | MDN

Dieser Inhalt wurde automatisch aus dem Englischen bersetzt, und kann Fehler enthalten. Erfahre mehr ber dieses Experiment.

View in English Always switch to English

PerformanceTiming: 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 performance entries.

Warnung: Diese Schnittstelle dieser Eigenschaft ist im Navigation Timing Level 2 specification als veraltet markiert. 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 zurck.

In diesem Artikel

Syntax

js
toJSON()

Parameter

Keine.

Rckgabewert

Ein JSON-Objekt, das die Serialisierung des PerformanceTiming-Objekts darstellt.

Spezifikationen

Spezifikation
Navigation Timing Level 2
# dom-performancetiming-tojson

Browser-Kompatibilitt

Siehe auch


Web Proxy Viewer  |  New URL  |  Original Page