Skip to content
Advertisement

Clear the console in Firefox

Is there a way to clear the console in Firefox?

In Chrome I can use…

console.clear()

(Not sure if it works for Safari or Opera though)

However I haven’t been able to find a solution for Firefox. Is this type of API not yet available? Is there a workaround that doesn’t require?

console.log("nnnnnnnnnnnnnnnnnnnnnnnnn");

Advertisement

Answer

In firefox you can just input clear(). It well be done.

Here’s a link to the Developer’s website for Javascript console commands: http://msdn.microsoft.com/en-us/library/windows/apps/hh696634.aspx

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement