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()
löscht die Konsole, wenn dies von der Konsole erlaubt wird. Eine grafische Konsole, wie solche, die in Browsern laufen, wird dies erlauben; eine Konsole, die im Terminal angezeigt wird, wie die, die auf Node läuft, wird dies nicht unterstützen und wird keinen Effekt haben (und keinen Fehler ausgeben).
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