IDBFileHandle.fileHandle
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.
The read-only fileHandle
property of the IDBFileHandle
interface
returns the IDBMutableFile
object that produced this object.
Note: The three interfaces IDBMutableFile
, IDBFileHandle
, and IDBFileRequest
are deprecated and only implemented
for backward compatibility in Firefox. Do not use them anymore:
consider using the File and Directory Entries API instead.
Value
A IDBMutableFile
object.
Specifications
This feature is not part of any current specification. It is no longer on track to become a standard.
Browser compatibility
No compatibility data found for api.IDBFileHandle.fileHandle
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.