The IDBMutableFile interface provides access in read or write to a file, dealing with all the necessary locks.
The IDBMutableFile interface provides access in read or write to a file, dealing with all the necessary locks.
(get-file this & args)
Method.
Returns a DOMRequest object. In case of success, the request's is a File object representing a snapshot of the handled file.
Method. Returns a DOMRequest object. In case of success, the request's is a File object representing a snapshot of the handled file.
(name this)
Property.
The name of the handled file.
Property. The name of the handled file.
(onabort this)
Property.
The abort event is triggered each time the handled file is aborted.
Property. The abort event is triggered each time the handled file is aborted.
(onerror this)
Property.
The error event is triggered each time something goes wrong.
Property. The error event is triggered each time something goes wrong.
(open this & args)
Method.
Returns a LockedFile object to read or write the associated file
Method. Returns a LockedFile object to read or write the associated file
(set-name! this val)
Property.
The name of the handled file.
Property. The name of the handled file.
(set-onabort! this val)
Property.
The abort event is triggered each time the handled file is aborted.
Property. The abort event is triggered each time the handled file is aborted.
(set-onerror! this val)
Property.
The error event is triggered each time something goes wrong.
Property. The error event is triggered each time something goes wrong.
(set-type! this val)
Property.
The MIME type of the handled file.
Property. The MIME type of the handled file.
(type this)
Property.
The MIME type of the handled file.
Property. The MIME type of the handled file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close