Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojo/_firebug/firebug.js

  • Provides:

    • dojo._firebug.firebug
  • dojo.deprecated

    • parameters:
      • behaviour: (typeof String)
      • extra: (typeof String)
        Text to append to the message.
      • removal: (typeof String)
        Text to indicate when in the future the behavior will be removed.
    • summary
      Log a debug message to indicate that a behavior has been
      deprecated.
    • type
      Function
  • dojo.experimental

    • parameters:
      • moduleName: (typeof String)
        The name of a module, or the name of a module file or a specific
        function
      • extra: (typeof String)
        some additional message for the user
    • summary
      Marks code as experimental.
    • description
      This can be used to mark a function, file, or module as
      experimental.  Experimental code is not ready to be used, and the
      APIs are subject to change without notice.  Experimental code may be
      completed deleted without going through the normal deprecation
      process.
    • example
      	dojo.experimental("dojo.data.Result");
    • example
      	dojo.experimental("dojo.weather.toKelvin()", "PENDING approval from NOAA");
    • type
      Function
  • window.console

    • alias - window.parent.console
    • type
      Object
  • window.console._connects

    • type
      Array
  • window.console.log

    • summary
      Sends arguments to console.
    • type
      Function
  • window.console.debug

    • summary
      Sends arguments to console. Missing finctionality to show script line of trace.
    • type
      Function
  • window.console.info

    • summary
      Sends arguments to console, highlighted with (I) icon.
    • type
      Function
  • window.console.warn

    • summary
      Sends warning arguments to console, highlighted with (!) icon and blue style.
    • type
      Function
  • window.console.error

    • summary
      Sends error arguments (object) to console, highlighted with (X) icon and yellow style
      NEW: error object now displays in object inspector
    • type
      Function
  • window.console.assert

    • parameters:
      • truth
      • message
    • summary
      Tests for true. Throws exception if false.
    • type
      Function
  • window.console.dir

    • parameters:
      • obj
    • type
      Function
  • window.console.dirxml

    • parameters:
      • node
    • type
      Function
  • window.console.group

    • summary
      collects log messages into a group, starting with this call and ending with
      groupEnd(). Missing collapse functionality
    • type
      Function
  • window.console.groupEnd

    • summary
      Closes group. See above
    • type
      Function
  • window.console.time

    • parameters:
      • name
    • summary
      Starts timers assigned to name given in argument. Timer stops and displays on timeEnd(title);
    • example
      	console.time("load");
      	console.time("myFunction");
      	console.timeEnd("load");
      	console.timeEnd("myFunction");
    • type
      Function
  • window.console.timeEnd

    • parameters:
      • name
    • summary
      See above.
    • type
      Function
  • window.console.count

    • parameters:
      • name
    • summary
      Not supported
    • type
      Function
  • window.console.trace

    • parameters:
      • _value
    • type
      Function
  • window.console.profile

    • summary
      Not supported
    • type
      Function
  • window.console.profileEnd

    • type
      Function
  • window.console.clear

    • summary
      Clears message console. Do not call this directly
    • type
      Function
  • window.console.open

    • summary
      Opens message console. Do not call this directly
    • type
      Function
  • window.console.close

    • summary
      Closes message console. Do not call this directly
    • type
      Function
  • window.console._restoreBorder

    • type
      Function
  • window.console.openDomInspector

    • type
      Function
  • window.console._closeDomInspector

    • type
      Function
  • window.console.openConsole

    • summary
      Closes object inspector and opens message console. Do not call this directly
    • type
      Function
  • window.console.openObjectInspector

    • type
      Function
  • window.console.recss

    • type
      Function
  • dojo._firebug.firebug

    • type
      Object
  • dojo._firebug

    • type
      Object
  • dojo

    • type
      Object