From 9a06d5b4a3874caa094bff06895c892914eaea93 Mon Sep 17 00:00:00 2001 From: MDN Date: Thu, 30 Sep 2021 00:53:33 +0000 Subject: [CRON] sync translated content --- files/ko/web/api/blob/size/index.html | 31 +++++++++++++++++++++++++++++++ files/ko/web/api/file/size/index.html | 30 ------------------------------ 2 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 files/ko/web/api/blob/size/index.html delete mode 100644 files/ko/web/api/file/size/index.html (limited to 'files/ko/web') diff --git a/files/ko/web/api/blob/size/index.html b/files/ko/web/api/blob/size/index.html new file mode 100644 index 0000000000..df9a7bfa60 --- /dev/null +++ b/files/ko/web/api/blob/size/index.html @@ -0,0 +1,31 @@ +--- +title: File.size +slug: Web/API/Blob/size +translation_of: Web/API/File/size +original_slug: Web/API/File/size +--- +

{{APIRef("File API") }}

+ +

Summary

+ +

파일의 크기를 바이트 단위로 반환합니다.

+ +

Syntax

+ +
var size = instanceOfFile.size
+ +

Value

+ +

숫자

+ +

Specification

+ +

사양에 포함되지 않았습니다.

+ +

See also

+ + + +

 

diff --git a/files/ko/web/api/file/size/index.html b/files/ko/web/api/file/size/index.html deleted file mode 100644 index eb133e801f..0000000000 --- a/files/ko/web/api/file/size/index.html +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: File.size -slug: Web/API/File/size -translation_of: Web/API/File/size ---- -

{{APIRef("File API") }}

- -

Summary

- -

파일의 크기를 바이트 단위로 반환합니다.

- -

Syntax

- -
var size = instanceOfFile.size
- -

Value

- -

숫자

- -

Specification

- -

사양에 포함되지 않았습니다.

- -

See also

- - - -

 

-- cgit v1.2.3-54-g00ecf