Console

Module:
window
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

assert
count
debug
dir
dirxml
error
group
groupEnd
info
log
profile
profileEnd
time
timeEnd
trace
warn

assert


void assert(
    in boolean condition); 


count


void count(); 


debug


void debug(); 


dir


void dir(); 


dirxml


void dirxml(); 


error


void error(); 


group


void group(); 


groupEnd


void groupEnd(); 


info


void info(); 


log


void log(); 


profile


void profile(
    in DOMString title); 


profileEnd


void profileEnd(
    in DOMString title); 


time


void time(
    in DOMString title); 


timeEnd


void timeEnd(
    in DOMString title); 


trace


void trace(); 


warn


void warn(); 

Member Data

profiles

profiles


readonly attribute Array profiles; 

 

Last Updated: 2009-05-29