ServerJS/System/AmendmentProposals

From MozillaWiki
< ServerJS‎ | System
Revision as of 08:58, 11 April 2009 by KrisKowal (talk | contribs) (Migrated "environment" amendment proposal parts that are relevant to "System" to this new page, and culled some premature ideas.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following names have been proposed but not ratified for inclusion in the System proposal.

  • print: The "system" MAY have a "print" function that accepts a "message" and an optional "label" String.
    • The label MAY be one of "log", "warn", "error", "pass", "fail".
    • Any other, unspecified label MUST be in lower-case and begin with "x" and a vendor-specific label like "x-v8cgi-database".
  • platform: the "system" MAY contain a string with its vendor-specific platform name.
  • global: the "system" MAY contain a reference to the global object.