aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/readablestream/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/api/readablestream/index.html')
-rw-r--r--files/ko/web/api/readablestream/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/readablestream/index.html b/files/ko/web/api/readablestream/index.html
index 6ad5bd8139..92431b920c 100644
--- a/files/ko/web/api/readablestream/index.html
+++ b/files/ko/web/api/readablestream/index.html
@@ -5,7 +5,7 @@ translation_of: Web/API/ReadableStream
---
<p>{{APIRef("Streams")}}</p>
-<p><span class="seoSummary"><a href="https://developer.mozilla.org/ko/docs/Web/API/Streams_API">Streams API</a>의 <code>ReadableStream</code> 인터페이스는 바이트 데이터를 읽을수 있는 스트림을 제공합니다. <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/API/Fetch_API">Fetch API</a>는 Response 객체의 body 속성을 통하여 <code>ReadableStream</code>의 구체적인 인스턴스를 제공합니다.</span></p>
+<p><span class="seoSummary"><a href="https://developer.mozilla.org/ko/docs/Web/API/Streams_API">Streams API</a>의 <code>ReadableStream</code> 인터페이스는 바이트 데이터를 읽을수 있는 스트림을 제공합니다. <a href="/en-US/docs/Web/API/Fetch_API">Fetch API</a>는 Response 객체의 body 속성을 통하여 <code>ReadableStream</code>의 구체적인 인스턴스를 제공합니다.</span></p>
<h2 id="Constructor">Constructor</h2>