From a65324f8cf11aa159e7efc81a62d0ea95a94ee44 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 24 Jun 2021 00:49:29 +0900 Subject: web/api/n-p* の browser-compat-data に関する非表示の指示を一括削除 (#1194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * web/api/n-p* の browser-compat-data に関する非表示の指示を一括削除 * [CRON] sync translated content * [CRON] sync translated content Co-authored-by: MDN --- files/ja/web/api/performance/clearmarks/index.html | 2 -- files/ja/web/api/performance/clearmeasures/index.html | 2 -- files/ja/web/api/performance/clearresourcetimings/index.html | 2 -- files/ja/web/api/performance/getentries/index.html | 2 -- files/ja/web/api/performance/getentriesbyname/index.html | 2 -- files/ja/web/api/performance/getentriesbytype/index.html | 2 -- files/ja/web/api/performance/index.html | 2 -- files/ja/web/api/performance/mark/index.html | 2 -- files/ja/web/api/performance/measure/index.html | 2 -- files/ja/web/api/performance/navigation/index.html | 2 -- files/ja/web/api/performance/onresourcetimingbufferfull/index.html | 2 -- files/ja/web/api/performance/setresourcetimingbuffersize/index.html | 2 -- files/ja/web/api/performance/timeorigin/index.html | 2 -- files/ja/web/api/performance/timing/index.html | 2 -- files/ja/web/api/performance/tojson/index.html | 2 -- 15 files changed, 30 deletions(-) (limited to 'files/ja/web/api/performance') diff --git a/files/ja/web/api/performance/clearmarks/index.html b/files/ja/web/api/performance/clearmarks/index.html index 2ffd6a8df5..7cc3b260b5 100644 --- a/files/ja/web/api/performance/clearmarks/index.html +++ b/files/ja/web/api/performance/clearmarks/index.html @@ -88,7 +88,5 @@ logMarkCount() // "Found this many entries: 0"

ブラウザの互換性

- -

{{Compat("api.Performance.clearMarks")}}

diff --git a/files/ja/web/api/performance/clearmeasures/index.html b/files/ja/web/api/performance/clearmeasures/index.html index 20be39aac6..7a1fa2b6af 100644 --- a/files/ja/web/api/performance/clearmeasures/index.html +++ b/files/ja/web/api/performance/clearmeasures/index.html @@ -90,7 +90,5 @@ logMeasureCount() // "Found this many entries: 0"

ブラウザの互換性

- -

{{Compat("api.Performance.clearMeasures")}}

diff --git a/files/ja/web/api/performance/clearresourcetimings/index.html b/files/ja/web/api/performance/clearresourcetimings/index.html index 2fdf0e630b..62b46febce 100644 --- a/files/ja/web/api/performance/clearresourcetimings/index.html +++ b/files/ja/web/api/performance/clearresourcetimings/index.html @@ -84,7 +84,5 @@ function clear_performance_timings() {

ブラウザの互換性

- -

{{Compat("api.Performance.clearResourceTimings")}}

diff --git a/files/ja/web/api/performance/getentries/index.html b/files/ja/web/api/performance/getentries/index.html index ce8fc8f497..b8d0602839 100644 --- a/files/ja/web/api/performance/getentries/index.html +++ b/files/ja/web/api/performance/getentries/index.html @@ -98,7 +98,5 @@ translation_of: Web/API/Performance/getEntries

ブラウザの互換性

- -

{{Compat("api.Performance.getEntries")}}

diff --git a/files/ja/web/api/performance/getentriesbyname/index.html b/files/ja/web/api/performance/getentriesbyname/index.html index 288c4c6f13..6678a8f984 100644 --- a/files/ja/web/api/performance/getentriesbyname/index.html +++ b/files/ja/web/api/performance/getentriesbyname/index.html @@ -112,7 +112,5 @@ translation_of: Web/API/Performance/getEntriesByName

ブラウザの互換性

- -

{{Compat("api.Performance.getEntriesByName")}}

diff --git a/files/ja/web/api/performance/getentriesbytype/index.html b/files/ja/web/api/performance/getentriesbytype/index.html index cb9ca5517f..7244ff580b 100644 --- a/files/ja/web/api/performance/getentriesbytype/index.html +++ b/files/ja/web/api/performance/getentriesbytype/index.html @@ -110,7 +110,5 @@ translation_of: Web/API/Performance/getEntriesByType

ブラウザの互換性

- -

{{Compat("api.Performance.getEntriesByType")}}

diff --git a/files/ja/web/api/performance/index.html b/files/ja/web/api/performance/index.html index ac6a83dc42..992c475b05 100644 --- a/files/ja/web/api/performance/index.html +++ b/files/ja/web/api/performance/index.html @@ -128,7 +128,5 @@ translation_of: Web/API/Performance

ブラウザの互換性

- -

{{Compat("api.Performance")}}

diff --git a/files/ja/web/api/performance/mark/index.html b/files/ja/web/api/performance/mark/index.html index d22500449c..1a02bd4154 100644 --- a/files/ja/web/api/performance/mark/index.html +++ b/files/ja/web/api/performance/mark/index.html @@ -97,7 +97,5 @@ performance.clearMarks();

ブラウザの互換性

- -

{{Compat("api.Performance.mark")}}

diff --git a/files/ja/web/api/performance/measure/index.html b/files/ja/web/api/performance/measure/index.html index 8a536474ed..d9a6e43bdd 100644 --- a/files/ja/web/api/performance/measure/index.html +++ b/files/ja/web/api/performance/measure/index.html @@ -106,7 +106,5 @@ setTimeout(function() {

ブラウザの互換性

- -

{{Compat("api.Performance.measure")}}

diff --git a/files/ja/web/api/performance/navigation/index.html b/files/ja/web/api/performance/navigation/index.html index a769ac939e..c10ffa3203 100644 --- a/files/ja/web/api/performance/navigation/index.html +++ b/files/ja/web/api/performance/navigation/index.html @@ -47,8 +47,6 @@ translation_of: Web/API/Performance/navigation

ブラウザの互換性

- -

{{Compat("api.Performance.navigation")}}

diff --git a/files/ja/web/api/performance/onresourcetimingbufferfull/index.html b/files/ja/web/api/performance/onresourcetimingbufferfull/index.html index 7a5895c753..4de2a67a78 100644 --- a/files/ja/web/api/performance/onresourcetimingbufferfull/index.html +++ b/files/ja/web/api/performance/onresourcetimingbufferfull/index.html @@ -61,8 +61,6 @@ function init() {

ブラウザの互換性

- -

{{Compat("api.Performance.onresourcetimingbufferfull")}}

diff --git a/files/ja/web/api/performance/setresourcetimingbuffersize/index.html b/files/ja/web/api/performance/setresourcetimingbuffersize/index.html index 5c5e8fe2fc..3c8a46ce8a 100644 --- a/files/ja/web/api/performance/setresourcetimingbuffersize/index.html +++ b/files/ja/web/api/performance/setresourcetimingbuffersize/index.html @@ -72,7 +72,5 @@ translation_of: Web/API/Performance/setResourceTimingBufferSize

ブラウザの互換性

- -

{{Compat("api.Performance.setResourceTimingBufferSize")}}

diff --git a/files/ja/web/api/performance/timeorigin/index.html b/files/ja/web/api/performance/timeorigin/index.html index 8e0552fcf1..eabb9801d2 100644 --- a/files/ja/web/api/performance/timeorigin/index.html +++ b/files/ja/web/api/performance/timeorigin/index.html @@ -43,7 +43,5 @@ translation_of: Web/API/Performance/timeOrigin

ブラウザの互換性

- -

{{Compat("api.Performance.timeOrigin")}}

diff --git a/files/ja/web/api/performance/timing/index.html b/files/ja/web/api/performance/timing/index.html index 92356dcfe1..4253259edd 100644 --- a/files/ja/web/api/performance/timing/index.html +++ b/files/ja/web/api/performance/timing/index.html @@ -46,8 +46,6 @@ translation_of: Web/API/Performance/timing

ブラウザの互換性

- -

{{Compat("api.Performance.timing")}}

diff --git a/files/ja/web/api/performance/tojson/index.html b/files/ja/web/api/performance/tojson/index.html index 0ced57f826..16ed75efdc 100644 --- a/files/ja/web/api/performance/tojson/index.html +++ b/files/ja/web/api/performance/tojson/index.html @@ -60,7 +60,5 @@ console.log("json = " + JSON.stringify(js));

ブラウザの互換性

- -

{{Compat("api.Performance.toJSON")}}

-- cgit v1.2.3-54-g00ecf