Javascript.options.strict

From MozillaZine Knowledge Base
Revision as of 03:37, 26 November 2005 by Np (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Background

JavaScript warnings are generated when code is executed that doesn't cause an run-time error, but is non-standard, poorly written, or prone to cause logic errors. This preference controls whether JavaScript warnings are logged to the JavaScript Console.

Possible values and their effects

True

Show JavaScript errors and warnings.

False

Show JavaScript errors only. (Default)

UI

Mozilla Suite

Edit→Preferences→Debug→Show strict JavaScript warnings

Recommended settings

Web developers, extension developers, and hackers should have this preference set to true.

First checked in

1999-11-11 by Brendan Eich.

Has an effect in

  • Netscape (all versions since 6.0)
  • Mozilla Suite (all versions since M11)
  • Phoenix (all versions)
  • Firebird (all versions)
  • Firefox (all versions)
  • Thunderbird (all versions)
  • Calendar (all versions)
  • Minimo (all versions)
  • Seamonkey (all versions)

Related preferences

See also

External links