mock-browser icon indicating copy to clipboard operation
mock-browser copied to clipboard

mock window.console is missing some methods

Open bcowgill opened this issue 8 years ago • 0 comments

console.groupCollapsed, timeStamp for example are missing. the list I have is: , LOGGERS = [ 'count' , 'debug' , 'dir' , 'dirxml' , 'error' , 'group' , 'info' , 'profile' , 'profileEnd' , 'time' , 'timeEnd' , 'trace' , 'warn' ] , METHODS = [ 'clear' , 'groupCollapsed' , 'groupEnd' , 'timeStamp' ]

and _exception though it's deprecated

bcowgill avatar May 11 '16 13:05 bcowgill