File.prototype.lastModified

The last modified date of the file in milliseconds since the Unix epoch.

Syntax

lastModified

Example

let file = new File(['Hello, world!'], "hello.txt")
file.lastModified
1692621696876