Liking cljdoc? Tell your friends :D

web.other.FileReaderSync

The FileReaderSync interface allows to read File or Blob objects a synchronous way.

The FileReaderSync interface allows to read File or Blob objects
a synchronous way.
raw docstring

blobcljs

(blob this & args)

Method.

The DOM Blob or File to read into the ArrayBuffer.

Method.

The DOM Blob or File to read into the ArrayBuffer.
sourceraw docstring

encodingcljs

(encoding this & args)

Method.

Optional. A string representing the encoding to be used, like or UTF-8.

Method.

Optional. A string representing the encoding to be used, like
or UTF-8.
sourceraw docstring

encoding-errorcljs

(encoding-error this & args)

Method.

is raised when the resource is a data URL and exceed the limit defined by each browser.

Method.

is raised when the resource is a data URL and exceed the limit
defined by each browser.
sourceraw docstring

not-found-errorcljs

(not-found-error this & args)

Method.

is raised when the resource represented by the DOM Blob or File be found, e. g. because it has been erased.

Method.

is raised when the resource represented by the DOM Blob or File
be found, e. g. because it has been erased.
sourceraw docstring

not-readable-errorcljs

(not-readable-error this & args)

Method.

is raised when the resource cannot be read due to a permission like a concurrent lock.

Method.

is raised when the resource cannot be read due to a permission
like a concurrent lock.
sourceraw docstring

security-errorcljs

(security-error this & args)

Method.

is raised when one of the following problematic situation is the resource has been modified by a third party; too many read are performed simultaneously; the file pointed by the resource is unsafe for a use from the (like it is a system file).

Method.

is raised when one of the following problematic situation is
the resource has been modified by a third party;
too many read are performed simultaneously;
the file pointed by the resource is unsafe for a use from the
(like it is a system file).
sourceraw docstring

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

× close