aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/performance/getentriesbyname/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/performance/getentriesbyname/index.html')
-rw-r--r--files/zh-cn/web/api/performance/getentriesbyname/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/performance/getentriesbyname/index.html b/files/zh-cn/web/api/performance/getentriesbyname/index.html
index aa47b35ba1..a6ca8028c3 100644
--- a/files/zh-cn/web/api/performance/getentriesbyname/index.html
+++ b/files/zh-cn/web/api/performance/getentriesbyname/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/Performance/getEntriesByName
---
<div><strong><code>getEntriesByName()</code></strong>方法返回一个给定名称和name和type属性的{{domxref("PerformanceEntry")}}对象数组。在创建performance标记或在明确的时间点测量(比如手动调用{{domxref("Performance.mark","mark()")}}方法)也可以创建这样的对象数组。</div>
-<div></div>
+
<p>在Workers中可以使用该方法。</p>