LockedFile.abort()

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Summary

The abort method is used to release the lock on the LockedFile object, making it inactive: its active property is set to false and all ongoing operations are canceled.

Note: When an ongoing operation is canceled, there is no rollback (it is not a database transaction), therefore the file can be corrupted if the canceled operation was performing some writing.

Syntax

var request = instanceOfLockedFile.abort();

Return

A FileRequest object to handle the success or failure of the operation.

Specifications

Specification Status Comment
FileSystem API Editor's Draft Draft proposal

See also

文档标签和贡献者