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/_redirects.txt | 1 + files/ko/_wikihistory.json | 12 ++++++------ files/ko/web/api/blob/size/index.html | 31 +++++++++++++++++++++++++++++++ files/ko/web/api/file/size/index.html | 30 ------------------------------ 4 files changed, 38 insertions(+), 36 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') diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index eca610565f..bd1fe5c87a 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -452,6 +452,7 @@ /ko/docs/Web/API/Element/firstChild /ko/docs/Web/API/Node/firstChild /ko/docs/Web/API/Event/createEvent /ko/docs/Web/API/Document/createEvent /ko/docs/Web/API/Fetch_API/Fetch의_사용법 /ko/docs/Web/API/Fetch_API/Using_Fetch +/ko/docs/Web/API/File/size /ko/docs/Web/API/Blob/size /ko/docs/Web/API/FileReader.result /ko/docs/Web/API/FileReader/result /ko/docs/Web/API/HTMLHyperlinkElementUtils/href /ko/docs/Web/API/HTMLAnchorElement/href /ko/docs/Web/API/HTML_드래그_앤_드롭_API /ko/docs/Web/API/HTML_Drag_and_Drop_API diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 58636a3a7f..95562d5437 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -3540,6 +3540,12 @@ "limkukhyun" ] }, + "Web/API/Blob/size": { + "modified": "2019-03-18T20:48:30.715Z", + "contributors": [ + "DeadIntegral" + ] + }, "Web/API/BroadcastChannel": { "modified": "2020-10-15T22:17:58.054Z", "contributors": [ @@ -4878,12 +4884,6 @@ "DeadIntegral" ] }, - "Web/API/File/size": { - "modified": "2019-03-18T20:48:30.715Z", - "contributors": [ - "DeadIntegral" - ] - }, "Web/API/FileList": { "modified": "2019-03-18T21:44:05.861Z", "contributors": [ 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