Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 793 Bytes

child_process.md

File metadata and controls

20 lines (15 loc) · 793 Bytes

child_process Module

Method Type Status
spawn(cmd, args [, opts]) Subprocess ✅ Implemented
execFile(cmd, args, opts, callback) ✅ Implemented

Subprocess

Method/Property Type Status Notes
stdout Stream handler ✅ Implemented
stderr Stream handler ✅ Implemented
on(event) ✅ Implemented Listens to the exit event

Stream handler

Method Type Status Notes
on(event) ✅ Implemented Listens to the data event