Javascript File hasAutoFlush

From FreeSWITCH Wiki

Jump to: navigation, search

Contents

Description

A boolean whether or not this file has automatic buffer flushing enabled

Synopsis

hasAutoFlush

Example

var fd = new File("/tmp/blah");
fd.open("read,write,autoFlush");
console_log("Do we have auto flush? " + fd.hasAutoFlush + "\n");

See Also

Javascript

Personal tools
Community