Is there a way to empty the console in webkit? I have a function displaying debug data in the console, but it gets very unreadable because of the number of lines, is there a simple way to clear the console?
When I log the console itself, I only see these methods:
assert: function assert() {
count: function count() {
debug: function debug() {
dir: function dir() {
dirxml: function dirxml() {
error: function error() {
group: function group() {
groupCollapsed: function groupCollapsed() {
groupEnd: function groupEnd() {
info: function info() {
log: function log() {
markTimeline: function markTimeline() {
profile: function profile() {
profileEnd: function profileEnd() {
time: function time() {
timeEnd: function timeEnd() {
timeStamp: function timeStamp() {
trace: function trace() {
warn: function warn() {
any idea? without reloading the page obviously...