aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/performance/timing/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:30:10 +0100
committerGitHub <noreply@github.com>2021-02-11 18:30:10 +0100
commite8ef9c5dbb51fbacc788a6013845373cf85efd29 (patch)
tree11ff3257c9bdfb8e85568bdab32e260a76785764 /files/zh-tw/web/api/performance/timing/index.html
parent2bc5610921312613f8623f7ed347aa576689b2b6 (diff)
parent4704bf920fb5a9e983bfb5b80c5dcac6ca347dc2 (diff)
downloadtranslated-content-e8ef9c5dbb51fbacc788a6013845373cf85efd29.tar.gz
translated-content-e8ef9c5dbb51fbacc788a6013845373cf85efd29.tar.bz2
translated-content-e8ef9c5dbb51fbacc788a6013845373cf85efd29.zip
Merge pull request #33 from fiji-flo/unslugging-zh-tw
Unslugging zh tw
Diffstat (limited to 'files/zh-tw/web/api/performance/timing/index.html')
-rw-r--r--files/zh-tw/web/api/performance/timing/index.html57
1 files changed, 57 insertions, 0 deletions
diff --git a/files/zh-tw/web/api/performance/timing/index.html b/files/zh-tw/web/api/performance/timing/index.html
new file mode 100644
index 0000000000..1d6d72254d
--- /dev/null
+++ b/files/zh-tw/web/api/performance/timing/index.html
@@ -0,0 +1,57 @@
+---
+title: Performance.timing
+slug: Web/API/Performance/timing
+tags:
+ - API
+ - Navigation Timing
+ - Performance
+ - Property
+ - Read-only
+ - 唯讀
+ - 屬性
+ - 效能
+translation_of: Web/API/Performance/timing
+original_slug: Web/API/Performance.timing
+---
+<p>{{APIRef("Performance")}}</p>
+
+<h2 id="摘要">摘要</h2>
+
+<p><code><strong>Performance</strong></code><strong><code>.timing</code></strong> 是唯讀的屬性,傳回的 {{domxref("PerformanceTiming")}} 物件當中包含了效能與時間延遲相關的資訊。</p>
+
+<h2 id="語法">語法</h2>
+
+<pre class="syntaxbox"><em>timingInfo</em> = <em>performance</em>.timing;</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('Navigation Timing', '#sec-window.performance-attribute', 'Performance.timing')}}</td>
+ <td>{{Spec2('Navigation Timing')}}</td>
+ <td>初步定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="瀏覽器支援狀況">瀏覽器支援狀況</h2>
+
+<div>
+<div>
+
+
+<p>{{Compat("api.Performance.timing")}}</p>
+</div>
+</div>
+
+<h2 id="參照">參照</h2>
+
+<ul>
+ <li>屬於 {{domxref("Performance")}} 界面的一部份</li>
+</ul>