ServerJS/System: Difference between revisions

Line 9: Line 9:
* stderr: the standard error stream, an object with the same API as a file opened with the mode "w" with no encoding.
* stderr: the standard error stream, an object with the same API as a file opened with the mode "w" with no encoding.
* env: an Object containing posix-style or CGI environment variables.
* env: an Object containing posix-style or CGI environment variables.
* args: an Array containing the command line arguments for the invoking arguments, not including the interpreter/engine but including the path to the program as it was executed.
* args: an Array containing the command line arguments for the invoking arguments, not including the interpreter/engine but including the path to the program as it was executed. See also the [[ServerJS/Command Line|Command Line page]].


Any names not mentioned here or amended into this specification later should begin with "x" and a vendor-specific label as a prefix, like system.xCajaDomita.  This will permit the future standardization of additional names as needed. Please request additional standard names below.
Any names not mentioned here or amended into this specification later should begin with "x" and a vendor-specific label as a prefix, like system.xCajaDomita.  This will permit the future standardization of additional names as needed. Please request additional standard names below.
3

edits