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/timeend/index.html | 129 ++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 files/ja/web/api/console/timeend/index.html (limited to 'files/ja/web/api/console/timeend') diff --git a/files/ja/web/api/console/timeend/index.html b/files/ja/web/api/console/timeend/index.html new file mode 100644 index 0000000000..da6c41ee42 --- /dev/null +++ b/files/ja/web/api/console/timeend/index.html @@ -0,0 +1,129 @@ +--- +title: console.timeEnd +slug: Web/API/Console/timeEnd +tags: + - API + - DOM + - Debugging + - Method + - Non-standard + - Web Development + - console + - web console +translation_of: Web/API/Console/timeEnd +--- +
{{APIRef("Console API")}}{{Non-standard_header}}
+ +

概要

+ +

{{domxref("console.time()")}} の呼び出しによって開始したタイマーを停止します。

+ +

詳細や使用例については、 {{domxref("console")}} のページの 『タイマー』 の章を参照して下さい。

+ +

{{AvailableInWorkers}}

+ +

構文

+ +
console.timeEnd(timerName);
+
+ +

引数

+ +
+
timerName
+
停止するタイマーの名前。停止時に、この名前を伴って Web コンソールに経過時間が表示されます。
+
+ +

仕様

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

ブラウザ実装状況

+ +
{{CompatibilityTable}}
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
機能ChromeFirefox (Gecko)Internet ExplorerOperaSafari
基本サポート2{{CompatGeckoDesktop("10.0")}}11{{CompatVersionUnknown}}4.0
Worker で使用可能{{CompatUnknown}}{{CompatGeckoDesktop("38.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
機能AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
基本サポート{{CompatUnknown}}{{CompatGeckoDesktop("10.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
Worker で使用可能{{CompatUnknown}}{{CompatGeckoDesktop("38.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
+
+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf