非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。
FileRequest
interface extends the
DOMRequest
interface to provide some extra properties necessary for the
LockedFile
对象。
FileRequest.lockedFile
只读
LockedFile
object from which the request was started.
FileRequest.onprogress
FileRequest
is in progress.
FileRequest
interface also inherits from the
DOMRequest
接口。
DOMRequest.onsuccess
DOMRequest
is completed.
DOMRequest.onerror
A callback handler that gets called when an error occurs while processing the operation.
DOMRequest.readyState
string
indicating whether or not the operation is finished running. Its value is either "done" or "pending".
DOMRequest.result
The operation's result.
DOMRequest.error
Error information, if any.
None.
| 规范 | 状态 | 注释 |
|---|---|---|
| FileSystem API | 编者草案 | Draft proposal. |
FileRequest
FileError
FileException
FileHandle
FileSystem
FileSystemDirectoryEntry
FileSystemDirectoryEntrySync
FileSystemDirectoryReader
FileSystemDirectoryReaderSync
FileSystemEntry
FileSystemEntrySync
FileSystemFileEntry
FileSystemFileEntrySync
FileSystemFlags
FileSystemSync
HTMLInputElement
LocalFileSystem
LocalFileSystemSync
LockedFile
元数据
Window.requestFileSystem()
Window.resolveLocalFileSystemURL()
WorkerGlobalScope.requestFileSystemSync()