aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/file
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-09-30 00:53:33 +0000
committerMDN <actions@users.noreply.github.com>2021-09-30 00:53:33 +0000
commit9a06d5b4a3874caa094bff06895c892914eaea93 (patch)
tree1c9549ade620e59f4af4c5ee6b6ac7640bf4fcda /files/ko/web/api/file
parent75e5dcce1e3c6558a3a2d3def5c08669404587c4 (diff)
downloadtranslated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.gz
translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.tar.bz2
translated-content-9a06d5b4a3874caa094bff06895c892914eaea93.zip
[CRON] sync translated content
Diffstat (limited to 'files/ko/web/api/file')
-rw-r--r--files/ko/web/api/file/size/index.html30
1 files changed, 0 insertions, 30 deletions
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
----
-<p>{{APIRef("File API") }}</p>
-
-<h2 id="Summary">Summary</h2>
-
-<p>파일의 크기를 바이트 단위로 반환합니다.</p>
-
-<h2 id="Syntax">Syntax</h2>
-
-<pre>var size = <em>instanceOfFile</em>.size</pre>
-
-<h2 id="Value">Value</h2>
-
-<p>숫자</p>
-
-<h2 id="Specification">Specification</h2>
-
-<p>사양에 포함되지 않았습니다.</p>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li>{{domxref("Blob.size")}}</li>
-</ul>
-
-<p> </p>