Bericht: type-Eigenschaft
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Hinweis: Diese Funktion ist in Web Workers verfügbar.
Die schreibgeschützte type
-Eigenschaft des Report
Interfaces gibt den Typ des erzeugten Berichts zurück, z.B. deprecation
oder
intervention
.
Wert
Ein String, der den Typ des Berichts darstellt. Derzeit verfügbare Typen sind
deprecation
, intervention
und crash
.
Beispiele
js
const options = {
types: ["deprecation"],
buffered: true,
};
const observer = new ReportingObserver(([firstReport], observer) => {
// Log the first report's report type, i.e. "deprecation"
console.log(firstReport.type);
}, options);
Spezifikationen
Specification |
---|
Reporting API # dom-report-type |
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
type |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- User must explicitly enable this feature.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.