From 7b6563499aa6148b859b4ee88a1d3f1751c547ca Mon Sep 17 00:00:00 2001 From: LEE KYU WON Date: Thu, 9 Sep 2021 21:23:43 +0900 Subject: Update index.html (#2245) --- files/ko/web/api/streams_api/concepts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/web/api') 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/컨셉
  • Pull sources require you to explicitly request data from them once connected to. Examples include a file access operation via a Fetch or XHR call.
  • -

    컨The data is read sequentially in small pieces called chunks. A chunk can be a single byte, or it can be something larger such as a typed array of a certain size. A single stream can contain chunks of different sizes and types.

    +

    The data is read sequentially in small pieces called chunks. A chunk can be a single byte, or it can be something larger such as a typed array of a certain size. A single stream can contain chunks of different sizes and types.

    -- cgit v1.2.3-54-g00ecf