aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/console/timeend/index.html
diff options
context:
space:
mode:
authoriamgamja <hmmthinking@naver.com>2022-02-09 12:48:58 +0900
committerSungwoo Park <codest99@gmail.com>2022-02-20 18:36:04 +0900
commit87990b6bf559dd76dd65cefc2b112daacad9962a (patch)
tree1f0ca56db2492887039b8258e1fd9ca32b92c377 /files/ko/web/api/console/timeend/index.html
parent3343d5d346b34d0799894a607f990a6766e987f5 (diff)
downloadtranslated-content-87990b6bf559dd76dd65cefc2b112daacad9962a.tar.gz
translated-content-87990b6bf559dd76dd65cefc2b112daacad9962a.tar.bz2
translated-content-87990b6bf559dd76dd65cefc2b112daacad9962a.zip
rename
Diffstat (limited to 'files/ko/web/api/console/timeend/index.html')
-rw-r--r--files/ko/web/api/console/timeend/index.html68
1 files changed, 0 insertions, 68 deletions
diff --git a/files/ko/web/api/console/timeend/index.html b/files/ko/web/api/console/timeend/index.html
deleted file mode 100644
index d9bc7674e5..0000000000
--- a/files/ko/web/api/console/timeend/index.html
+++ /dev/null
@@ -1,68 +0,0 @@
----
-title: Console.timeEnd()
-slug: Web/API/Console/timeEnd
-tags:
- - 디버깅
- - 웹 개발
- - 웹 콘솔
- - 콘솔
- - 타이머
-translation_of: Web/API/Console/timeEnd
----
-<div>{{APIRef("Console API")}}</div>
-
-<div>이전에 {{domxref("console.time()")}}를 호출하여 시작된 타이머를 중지하고 <a href="/ko/docs/도구들/Web_Console">웹 콘솔</a>에 경과 시간을 밀리초 단위로 표시합니다.</div>
-
-<div> </div>
-
-<div>자세한 내용과 예제는 <strong>콘솔</strong> 문서의 <a href="/ko/docs/Web/API/console#Timers">Timers</a>를 참조하세요.</div>
-
-<div> </div>
-
-<p>{{AvailableInWorkers}}</p>
-
-<h2 id="구문(Syntax)">구문(Syntax)</h2>
-
-<pre class="syntaxbox">console.timeEnd(<em>label</em>);
-</pre>
-
-<h3 id="매개_변수(Parameters)">매개 변수(Parameters)</h3>
-
-<dl>
- <dt><code>label</code></dt>
- <dd>중지할 타이머의 이름입니다. console.time()를 호출할 때의 이름을 사용하여 해당 타이머를 중지할 수 있는 식별자 역할을 합니다.</dd>
-</dl>
-
-<h2 id="명세서(Specifications)">명세서(Specifications)</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName("Console API", "#timeend", "console.timeEnd()")}}</td>
- <td>{{Spec2("Console API")}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="브라우저_호환성(Browser_compatibility)">브라우저 호환성(Browser compatibility)</h2>
-
-<div>
-
-
-<p>{{Compat("api.Console.timeEnd")}}</p>
-</div>
-
-<h2 id="함께_보기(See_also)">함께 보기(See also)</h2>
-
-<ul>
- <li>{{domxref("console.time()")}}</li>
- <li><a href="http://www.opera.com/dragonfly/documentation/console/">Opera Dragonfly documentation: Console</a></li>
-</ul>