The IDBMutableFile interface provides access in read or write mode to a file, dealing with all the necessary locks.

Documentation IDBMutableFile by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

Methods

getFile ():DOMRequest

Throws:

null

DOMError

open (mode:FileMode = "readonly"):FileHandle

Throws:

null

DOMError

Inherited Variables

Inherited Methods

Defined by EventTarget

addEventListener (type:String, listener:Function, capture:Bool = false):Void

addEventListener (type:String, listener:EventListener, capture:Bool = false, ?wantsUntrusted:Bool):Void

Throws:

null

DOMError

dispatchEvent (event:Event):Bool

Throws:

null

DOMError

removeEventListener (type:String, listener:Function, capture:Bool = false):Void

removeEventListener (type:String, listener:EventListener, capture:Bool = false):Void

Throws:

null

DOMError