Javascript File isNative

From FreeSWITCH Wiki

Jump to: navigation, search

Contents

Description

boolean whether we are using an OS specific FILE handle

Synopsis

isNative

Example

var fd = new File("/dev/zero"); // or COM1 or whatever in windows
console_log(fd.isNative);
fd.close();

See Also

Javascript

Personal tools
Community