happy-opfs • Docs
happy-opfs / FileLike
Serializable version of File.
Property | Type | Description | Defined in |
---|---|---|---|
data |
ArrayBuffer |
The binary data of the file. | fs/defines.ts:197 |
lastModified |
number |
The last modified time of the file. | fs/defines.ts:187 |
name |
string |
The name of the file. | fs/defines.ts:177 |
size |
number |
The size of the file. | fs/defines.ts:192 |
type |
string |
The type of the file. | fs/defines.ts:182 |