Haxe API Documentation
Back | Index
extern class js.html.fs.FileWriterSync
Available in js
var length(default,null) : Int
var position(default,null) : Int
function seek(position : Int) : Void
function truncate(size : Int) : Void
function write(data : js.html.Blob) : Void
Back | Index