Available on js
read onlyfileHandle:FileHandle
read onlylockedFile:FileHandle
onprogress:Function
read onlyerror:DOMError
onerror:Function
onsuccess:Function
read onlyreadyState:DOMRequestReadyState
read onlyresult:Dynamic
then(?fulfillCallback:Function, ?rejectCallback:Function):Dynamic
Throws:
null
DOMError
@:value({ capture : false })addEventListener(type:String, listener:Function, capture:Bool = false):Void
@:value({ capture : false })addEventListener(type:String, listener:EventListener, capture:Bool = false, ?wantsUntrusted:Bool):Void
dispatchEvent(event:Event):Bool
@:value({ capture : false })removeEventListener(type:String, listener:Function, capture:Bool = false):Void
@:value({ capture : false })removeEventListener(type:String, listener:EventListener, capture:Bool = false):Void