console: clear() statische Methode

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Die statische Methode console.clear() leert die Konsole, wenn möglich.

Eine grafische Konsole, wie die in Webbrowsern, entfernt alle vorherigen Nachrichten; eine Konsole, die in einem Terminal angezeigt wird, wie die in Node.js, versucht, sie mit einem Escape-Code oder einem System-API zu leeren; andernfalls hat die Methode keine Wirkung (und es gibt keinen Fehler).

Syntax

js
console.clear()

Parameter

Keine.

Rückgabewert

Keiner (undefined).

Spezifikationen

Specification
Console Standard
# clear

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch