diff options
author | LEE KYU WON <duffufk1202@naver.com> | 2021-09-09 21:23:43 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 21:23:43 +0900 |
commit | 7b6563499aa6148b859b4ee88a1d3f1751c547ca (patch) | |
tree | 355ea2c01daa5f00839b3f9f1e4abdbe7bbefea7 /files | |
parent | 45779ddb98e2b43f60d7867190480f7f6191a546 (diff) | |
download | translated-content-7b6563499aa6148b859b4ee88a1d3f1751c547ca.tar.gz translated-content-7b6563499aa6148b859b4ee88a1d3f1751c547ca.tar.bz2 translated-content-7b6563499aa6148b859b4ee88a1d3f1751c547ca.zip |
Update index.html (#2245)
Diffstat (limited to 'files')
-rw-r--r-- | files/ko/web/api/streams_api/concepts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/streams_api/concepts/index.html b/files/ko/web/api/streams_api/concepts/index.html index 3537318227..fd212aa988 100644 --- a/files/ko/web/api/streams_api/concepts/index.html +++ b/files/ko/web/api/streams_api/concepts/index.html @@ -19,7 +19,7 @@ original_slug: Web/API/Streams_API/컨셉 <li><strong>Pull sources</strong> require you to explicitly request data from them once connected to. Examples include a file access operation via a <a href="/en-US/docs/Web/API/Fetch_API">Fetch</a> or <a href="/en-US/docs/Web/API/XMLHttpRequest/XMLHttpRequest">XHR</a> call.</li> </ul> -<p>컨The data is read sequentially in small pieces called <strong>chunks</strong>. A chunk can be a single byte, or it can be something larger such as a <a href="/en-US/docs/Web/JavaScript/Typed_arrays">typed array</a> of a certain size. A single stream can contain chunks of different sizes and types.</p> +<p>The data is read sequentially in small pieces called <strong>chunks</strong>. A chunk can be a single byte, or it can be something larger such as a <a href="/en-US/docs/Web/JavaScript/Typed_arrays">typed array</a> of a certain size. A single stream can contain chunks of different sizes and types.</p> <p><img alt="" src="https://mdn.mozillademos.org/files/15819/Readable%20streams.png" style="height: 452px; width: 1000px;"></p> |