Liking cljdoc? Tell your friends :D

web.files.FileReader.ev

FileReader Events.

FileReader Events.
raw docstring

abortcljs

Event.

The abort event is fired when a read has been aborted: for instance the program called FileReader.abort().

See also: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/abort_event

Event.

The abort event is fired when a read has been aborted: for instance
the program called `FileReader.abort()`.

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

errorcljs

Event.

The error event is fired when the read failed due to an error example, because the file was not found or not readable).

See also: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/error_event

Event.

The error event is fired when the read failed due to an error
example, because the file was not found or not readable).

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

loadcljs

Event.

The load event is fired when a file has been read successfully.

See also: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/load_event

Event.

The load event is fired when a file has been read successfully.

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

loadendcljs

Event.

The loadend event is fired when a file read has completed, successfully not.

See also: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/loadend_event

Event.

The loadend event is fired when a file read has completed, successfully
not.

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

loadstartcljs

Event.

The loadstart event is fired when a file read operation has begun.

See also: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/loadstart_event

Event.

The loadstart event is fired when a file read operation has begun.

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

progresscljs

Event.

The progress event is fired periodically as the FileReader reads

See also: https://developer.mozilla.org/en-US/docs/Web/API/FileReader/progress_event

Event.

The progress event is fired periodically as the FileReader reads

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

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

× close