aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/abortcontroller/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/abortcontroller/index.html')
-rw-r--r--files/ko/web/api/abortcontroller/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/api/abortcontroller/index.html b/files/ko/web/api/abortcontroller/index.html
index 4d3b92e09b..8e9870b0a0 100644
--- a/files/ko/web/api/abortcontroller/index.html
+++ b/files/ko/web/api/abortcontroller/index.html
@@ -33,12 +33,12 @@ translation_of: Web/API/AbortController
<dl>
<dt>{{domxref("AbortController.abort()")}}</dt>
- <dd>DOM 요청이 완료되기 전에 취소한다. 이를 통해 <a href="https://wiki.developer.mozilla.org/ko/docs/Web/API/WindowOrWorkerGlobalScope/fetch">fetch 요청</a>, 모든 응답 {{domxref("Body")}} 소비, 스트림을 취소할 수 있다.</dd>
+ <dd>DOM 요청이 완료되기 전에 취소한다. 이를 통해 <a href="/ko/docs/Web/API/WindowOrWorkerGlobalScope/fetch">fetch 요청</a>, 모든 응답 {{domxref("Body")}} 소비, 스트림을 취소할 수 있다.</dd>
</dl>
<h2 id="예제">예제</h2>
-<p>다음 스니펫에서는 <a href="https://wiki.developer.mozilla.org/ko/docs/Web/API/Fetch_API">Fetch API</a>를 사용해 비디오를 다운로드하는 것을 목표로 한다.</p>
+<p>다음 스니펫에서는 <a href="/ko/docs/Web/API/Fetch_API">Fetch API</a>를 사용해 비디오를 다운로드하는 것을 목표로 한다.</p>
<p>먼저 {{domxref("AbortController.AbortController","AbortController()")}} 생성자를 사용해 컨트롤러를 {{domxref("AbortController.signal")}} 프로퍼티를 사용해 {{domxref("AbortSignal")}} 객체와 관계된 참조를 얻는다.</p>
@@ -98,6 +98,6 @@ function fetchVideo() {
<h2 id="함께_보기">함께 보기</h2>
<ul>
- <li><a href="https://wiki.developer.mozilla.org/ko/docs/Web/API/Fetch_API">Fetch API</a></li>
+ <li><a href="/ko/docs/Web/API/Fetch_API">Fetch API</a></li>
<li><a href="https://developers.google.com/web/updates/2017/09/abortable-fetch">Abortable Fetch</a> by Jake Archibald</li>
</ul>