Haxe API Documentation
Back | Index
extern class js.html.fs.FileWriter
extends js.html.EventTarget
Available in js
var error(default,null) : FileError
var length(default,null) : Int
var onabort : js.html.EventListener
var onerror : js.html.EventListener
var onprogress : js.html.EventListener
var onwrite : js.html.EventListener
var onwriteend : js.html.EventListener
var onwritestart : js.html.EventListener
var position(default,null) : Int
var readyState(default,null) : Int
function abort() : Void
function seek(position : Int) : Void
function truncate(size : Int) : Void
function write(data : js.html.Blob) : Void
static inline var DONE : Int
static inline var INIT : Int
static inline var WRITING : Int
Back | Index