mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Console.Clear implemented
This commit is contained in:
parent
332c9cc12f
commit
d8b6755a8d
4 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,7 @@ namespace console {
|
|||
void warn(DOMString... messages);
|
||||
void error(DOMString... messages);
|
||||
void assert(boolean condition, optional DOMString message);
|
||||
void clear();
|
||||
|
||||
// Grouping
|
||||
void group(DOMString... data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue