From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/console/clear/index.html | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 files/ja/web/api/console/clear/index.html (limited to 'files/ja/web/api/console/clear/index.html') diff --git a/files/ja/web/api/console/clear/index.html b/files/ja/web/api/console/clear/index.html new file mode 100644 index 0000000000..1e43a57ed1 --- /dev/null +++ b/files/ja/web/api/console/clear/index.html @@ -0,0 +1,44 @@ +--- +title: clear() +slug: Web/API/console/clear +tags: + - API + - Debugging + - Method + - Reference + - console + - web console +translation_of: Web/API/Console/clear +--- +
{{APIRef("Console API")}}
+ +

console.clear()は実行環境が許可する場合、コンソールをクリアします。

+ +

構文

+ +
console.clear();
+ +

仕様

+ + + + + + + + + + + + + + + + +
仕様書策定状況コメント
{{SpecName("Console API", "#clear", "console.clear()")}}{{Spec2("Console API")}}最初期の定義
+ +

ブラウザ実装状況

+ + + +

{{Compat("api.Console.clear")}}

-- cgit v1.2.3-54-g00ecf