Skip to content

Add lastModified and lastModifiedDate to Blob

Compare
Choose a tag to compare
@TonyBrobston TonyBrobston released this 02 Oct 20:16
· 63 commits to master since this release
d3318ca

When File isn't available, we fall back to Blob. Blob does not have lastModifed or lastModifiedDate properties, so we've added that. This will use Date.now() to get the current time and that will be used.