You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When actively developing an application it can be useful to see when the time spent between one `debug()` call and the next. Suppose for example you invoke `debug()` before requesting a resource, and after as well, the "+NNNms" will show you how much time was spent between calls.
@@ -186,17 +211,6 @@ setInterval(function(){
186
211
}, 1200);
187
212
```
188
213
189
-
#### Web Inspector Colors
190
-
191
-
Colors are also enabled on "Web Inspectors" that understand the `%c` formatting
192
-
option. These are WebKit web inspectors, Firefox ([since version
0 commit comments