From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/console/timeend/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ru/web/api/console/timeend/index.html') diff --git a/files/ru/web/api/console/timeend/index.html b/files/ru/web/api/console/timeend/index.html index b25db28e60..e0ee61dea9 100644 --- a/files/ru/web/api/console/timeend/index.html +++ b/files/ru/web/api/console/timeend/index.html @@ -17,19 +17,19 @@ translation_of: Web/API/Console/timeEnd

{{AvailableInWorkers}}

-

Синтаксис

+

Синтаксис

console.timeEnd(label);
 
-

Параметры

+

Параметры

label
Метка таймера, который будет остановлен. Останавливается один раз. После остановки время отображается в Веб-консоли.
-

Примеры

+

Примеры

console.time("answer time");
 alert("Click to continue");
@@ -43,7 +43,7 @@ console.timeEnd("answer time");

Обратите внимание, что метка таймера отображается как при вызове timeLog(), так и завершении таймера. Кроме того, вызов timeEnd() выводит дополнительную информацию "timer ended", чтобы очевидно показать, что таймер больше не отслеживается.

-

Спецификация

+

Спецификация

@@ -62,13 +62,13 @@ console.timeEnd("answer time");
-

Совместимость с браузерами

+

Совместимость с браузерами

{{Compat("api.Console.timeEnd")}}
-

Смотрите также

+

Смотрите также