NsIProcess: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 19: Line 19:
process.open(arguments, arguments.length)
process.open(arguments, arguments.length)


// alternatively it could opened with interprocess communication
// alternatively it could be opened with interprocess communication
process.open(arguments, arguments.length, stdin, stdout, stderr)
process.open(arguments, arguments.length, stdin, stdout, stderr)
// stdin - callback
// stdin - callback
Confirmed users
656

edits

Navigation menu