Liking cljdoc? Tell your friends :D

web.files.Metadata

The Metadata interface is used by the File and Directory Entries to contain information about a file system entry. This metadata the file's size and modification date and time.

The Metadata interface is used by the File and Directory Entries
to contain information about a file system entry. This metadata
the file's size and modification date and time.
raw docstring

modification-timecljs

(modification-time this)

Property.

[Read Only] [Non Standard] [Experimental]

The read-only modificationTime property of the web.files.Metadata is a js.Date object which specifies the date and time the file entry (or the data referenced by the entry) was last modified.

var modificationTime = Metadata.modificationTime;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Metadata/modificationTime

Property.

[Read Only]
[Non Standard]
[Experimental]

The read-only modificationTime property of the `web.files.Metadata`
is a `js.Date` object which specifies the date and time the file
entry (or the data referenced by the entry) was last modified.

`var modificationTime = Metadata.modificationTime;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Metadata/modificationTime`
sourceraw docstring

set-size!cljs

(set-size! this val)

Property.

A 64-bit unsigned integer indicating the size of the entry in

Property.

A 64-bit unsigned integer indicating the size of the entry in
sourceraw docstring

sizecljs

(size this)

Property.

A 64-bit unsigned integer indicating the size of the entry in

Property.

A 64-bit unsigned integer indicating the size of the entry in
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close