mirror of
https://github.com/servo/servo.git
synced 2025-07-30 18:50:36 +01:00
parent
842ec7c415
commit
f0765890fe
2 changed files with 41 additions and 0 deletions
|
@ -18,4 +18,6 @@ interface Console {
|
|||
void warn(DOMString... messages);
|
||||
void error(DOMString... messages);
|
||||
void assert(boolean condition, optional DOMString message);
|
||||
void time(DOMString message);
|
||||
void timeEnd(DOMString message);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue