aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/performanceresourcetiming/servertiming/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/performanceresourcetiming/servertiming/index.html')
-rw-r--r--files/ja/web/api/performanceresourcetiming/servertiming/index.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/files/ja/web/api/performanceresourcetiming/servertiming/index.html b/files/ja/web/api/performanceresourcetiming/servertiming/index.html
new file mode 100644
index 0000000000..0173ea7026
--- /dev/null
+++ b/files/ja/web/api/performanceresourcetiming/servertiming/index.html
@@ -0,0 +1,52 @@
+---
+title: PerformanceResourceTiming.serverTiming
+slug: Web/API/PerformanceResourceTiming/serverTiming
+tags:
+ - API
+ - PerformanceResourceTiming
+ - SecureContextOnly
+ - ServerTiming
+ - プロパティ
+ - リファレンス
+translation_of: Web/API/PerformanceResourceTiming/serverTiming
+---
+<div>{{APIRef("Resource Timing API")}} {{securecontext_header}}</div>
+
+<p><strong><code>serverTiming</code></strong> 読み取り専用プロパティは、サーバのタイミングメトリクスを含む {{domxref("PerformanceServerTiming")}} エントリの配列を返します。</p>
+
+<h2 id="Syntax" name="Syntax">構文</h2>
+
+<pre class="syntaxbox"><em>resource</em>.serverTiming;
+</pre>
+
+<h2 id="仕様">仕様</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">ステータス</th>
+ <th scope="col">コメント</th>
+ </tr>
+ <tr>
+ <td>{{SpecName('Server Timing','#-dfn-servertiming-dfn-attribute', 'serverTiming')}}</td>
+ <td>{{Spec2('Server Timing')}}</td>
+ <td>初期定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="ブラウザの互換性">ブラウザの互換性</h2>
+
+<div>
+<div class="hidden">このページの互換性テーブルは構造化データから生成されます。データに貢献したい場合は <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> をチェックして、プルリクエストを送ってください。</div>
+
+<p>{{Compat("api.PerformanceResourceTiming.serverTiming")}}</p>
+
+<h2 id="あわせて参照">あわせて参照</h2>
+
+<ul>
+ <li>{{domxref("PerformanceServerTiming")}}</li>
+ <li>{{HTTPHeader("Server-Timing")}}</li>
+</ul>
+</div>