deno / latest / ~ / filepropertybag.html

FilePropertyBag

interface FilePropertyBag  extends BlobPropertyBag {
    
lastModified?: number;
}

Extends

Properties

lastModified?: number

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/FilePropertyBag