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.
(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.
(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.
(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.
(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.
(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.
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close