From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/filerequest/index.html | 57 ++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/zh-cn/web/api/filerequest/index.html (limited to 'files/zh-cn/web/api/filerequest') diff --git a/files/zh-cn/web/api/filerequest/index.html b/files/zh-cn/web/api/filerequest/index.html new file mode 100644 index 0000000000..c7662405c2 --- /dev/null +++ b/files/zh-cn/web/api/filerequest/index.html @@ -0,0 +1,57 @@ +--- +title: FileRequest +slug: Web/API/FileRequest +tags: + - API + - 引用 + - 接口 + - 文件 + - 文件请求 +translation_of: Web/API/FileRequest +--- +

{{APIRef("File System API")}}{{obsolete_header()}}

+ +

概述

+ +

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

+ +

属性

+ +
+
{{domxref("FileRequest.lockedFile")}} {{readonlyinline}}
+
请求产生的{{domxref("LockedFile")}} 对象。
+
{{domxref("FileRequest.onprogress")}}
+
FileRequest 在处理操作过程中不断调用的一个回调函数的引用。
+
+ +

FileRequest 接口也继承了 {{domxref("DOMRequest")}} 接口。

+ +

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

+ +

方法

+ +

无。

+ +

Specifications

+ + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('FileSystem')}}{{Spec2('FileSystem')}}Draft proposal.
+ +

查看相关

+ + -- cgit v1.2.3-54-g00ecf