aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/filerequest/index.html
blob: c7662405c22d6a2b3e74db08b1a6695dfe42e706 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: FileRequest
slug: Web/API/FileRequest
tags:
  - API
  - 引用
  - 接口
  - 文件
  - 文件请求
translation_of: Web/API/FileRequest
---
<p>{{APIRef("File System API")}}{{obsolete_header()}}</p>

<h2 id="概述">概述</h2>

<p>这个 <code>FileRequest</code> 接口继承自 {{domxref("DOMRequest")}} 接口,用来提供一些 {{domxref("LockedFile")}} 对象需要的额外的必要的属性。</p>

<h2 id="Properties" name="Properties">属性</h2>

<dl>
 <dt>{{domxref("FileRequest.lockedFile")}} {{readonlyinline}}</dt>
 <dd>请求产生的<span style="line-height: 1.5;">{{domxref("LockedFile")}} 对象。</span></dd>
 <dt>{{domxref("FileRequest.onprogress")}}</dt>
 <dd><code>FileRequest</code> 在处理操作过程中不断调用的一个回调函数的引用。</dd>
</dl>

<p><code>FileRequest</code> 接口也继承了 {{domxref("DOMRequest")}} 接口。</p>

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

<h2 id="Method_overview" name="Method_overview">方法</h2>

<p>无。</p>

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

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</th>
  </tr>
  <tr>
   <td>{{SpecName('FileSystem')}}</td>
   <td>{{Spec2('FileSystem')}}</td>
   <td>Draft proposal.</td>
  </tr>
 </tbody>
</table>

<h2 id="See_also" name="See_also">查看相关</h2>

<ul>
 <li>{{domxref("FileHandle")}}</li>
 <li>{{domxref("LockedFile")}}</li>
</ul>