mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Auto merge of #9420 - shssoichiro:console-time, r=KiChjang
Implement console#time and console#timeEnd methods Fixes #9325 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9420) <!-- Reviewable:end -->
This commit is contained in:
commit
dc223eb4c3
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