aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/filereader/result/index.html
blob: feb9b02405e01c3f8b094da6b59981209c8b181a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: FileReader.result
slug: Web/API/FileReader/result
translation_of: Web/API/FileReader/result
---
<p>{{APIRef("File API")}}</p>

<h2 id="Summary">Summary</h2>

<p>파일의 내용을 반환한다. 이 속성은 읽기가 완료 된 후에만 사용 가능 하며 데이터의 형식은 읽기 작업에 어떤 함수가 사용되었는가에 의해 정해진다.</p>

<h2 id="Syntax">Syntax</h2>

<pre class="syntaxbox">var file = <em>instanceOfFileReader</em>.result
</pre>

<h2 id="Value">Value</h2>

<p>읽기 작업에 사용된 함수에 의해 string 또는 {{domxref("ArrayBuffer")}} 가 된다.</p>

<h2 id="Browser_Compatibility" name="Browser_Compatibility">Specifications</h2>

<p>{{page("/en-US/docs/Web/API/FileReader","Specifications")}}</p>

<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>

<p>{{page("/en-US/docs/Web/API/FileReader","Browser compatibility")}}</p>

<h2 id="See_also">See also</h2>

<ul>
 <li>{{domxref("FileReader")}}</li>
</ul>