I would like to be able to fork and exec an artbitrary subprocess in javascript. Is there any support for something like this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t execute binary code from a Chrome extension unless you use an PPAPI or NPAPI plugin (which means you would have to compile your plugin for all the target platforms).