console.time() in IE8 Developer Tools

前端 未结 2 2083
走了就别回头了
走了就别回头了 2021-01-31 11:33

Is there an equivalent to

console.time(\'\');
console.timeEnd(\'\');

in IE8 Developer Tools?

2条回答
  •  耶瑟儿~
    2021-01-31 12:18

    If you want to use Firebug in IE, there is a version called Firebug Lite, which can be used in any browser as a 'Bookmarklet'.

    http://getfirebug.com/firebuglite

    It isn't as functional as the real thing, but it can do a lot so it may be worth a try.

提交回复
热议问题