非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
コンソールをクリアします。
コンソールの内容が、"Console was cleared" といった情報メッセージに置き換えられます。
Google Chrome では、ユーザが Settings で "Preserve log upon navigation" を選択していると console.clear()
は効果がありませんので注意してください。
構文
console.clear();
仕様
仕様書 | 策定状況 | コメント |
---|---|---|
Console API console.clear() の定義 |
勧告改訂案 | 最初期の定義 |
ブラウザ実装状況
機能 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
基本サポート | (有) | 48.0 (48.0) | (有) | (有) | (有) |
Worker で使用可能 | ? | ? | ? | ? | ? |
機能 | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本サポート | ? | 48.0 (48.0) | ? | ? | ? |
Worker で使用可能 | ? | ? | ? | ? | ? |