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

ブラウザの Timelineタイムラインツールにマーカーを 1 個追加します。レイアウトや描画のイベントなど、タイムラインで記録された他のイベントと、コード内のある位置を関連付けることができます。

+ +

任意で引数に、タイムラインのラベルを与えることができます。このラベルは、マーカーのそばに表示されます。

+ +

{{AvailableInWorkers}}

+ +

構文

+ +
console.timeStamp(label);
+
+ +

引数

+ +
+
label
+
タイムスタンプのラベル。省略可能です。
+
+ +

仕様

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

ブラウザ実装状況

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

関連情報

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