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.

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.

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-modification-time!cljs

(set-modification-time! this val)

Property.

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.

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.

The read-only size property of the web.files.Metadata interface the size, in bytes, of the referenced file or other file system on disk.

var size = Metadata.size;

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

Property.

The read-only size property of the `web.files.Metadata` interface
the size, in bytes, of the referenced file or other file system
on disk.

`var size = Metadata.size;`

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

sizecljs

(size this)

Property.

The read-only size property of the web.files.Metadata interface the size, in bytes, of the referenced file or other file system on disk.

var size = Metadata.size;

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

Property.

The read-only size property of the `web.files.Metadata` interface
the size, in bytes, of the referenced file or other file system
on disk.

`var size = Metadata.size;`

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

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

× close