UnmonitorEvents
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for unmonitorEvents()) |
Sebastianz (Talk | contribs) (Added description of syntax, hint for needing help and linked back to Command Line API) |
||
| Line 1: | Line 1: | ||
| + | {{needsHelp}} | ||
| + | |||
Turns off logging for all events dispatched to an object. The optional argument <code>types</code> may define specific events or event families, for which to turn logging off. | Turns off logging for all events dispatched to an object. The optional argument <code>types</code> may define specific events or event families, for which to turn logging off. | ||
For a list of available event families see [[monitorEvents]]. | For a list of available event families see [[monitorEvents]]. | ||
| + | |||
| + | == Syntax == | ||
| + | <source lang="javascript"> | ||
| + | unmonitorEvents(object[, types]) | ||
| + | </source> | ||
| + | |||
| + | == See also == | ||
| + | * [[Command Line API]] | ||
Revision as of 11:11, 5 July 2012
| | This article is incomplete. Please help to add more information to it. If you're not registered yet, you can ask for an account. |
Turns off logging for all events dispatched to an object. The optional argument types may define specific events or event families, for which to turn logging off.
For a list of available event families see monitorEvents.
Syntax
unmonitorEvents(object[, types])