File
File API (subset) Represents an immutable raw binary data object.
Module:whatwg.file
Support: Experimental
Since: 1.1.0
Docs: WHATWG Docs
Type Aliases
BlobPart
Interface Blob
Represents an immutable raw binary data object.
Since: 1.1.0 Docs: WHATWG Docs8 members: 8 undocumented
Constructors
Methods
Properties
→ u64
The size of the Blob in bytes.
---
Dictionary BlobPropertyBag
1 members: 1 undocumented
Properties
The size of the Blob in bytes.
---
Interface File
A Blob with an associated name and last-modified timestamp, representing a file-like object.
Extends: Blob Since: 1.1.0 Docs: WHATWG Docs3 members: 3 undocumented
Constructors
Properties
→ string
Milliseconds since the Unix epoch when the file was last modified.
---
Dictionary FilePropertyBag
Extends: BlobPropertyBag
1 members: 1 undocumented
Properties
Milliseconds since the Unix epoch when the file was last modified.
---