v1.0.7
- show number of cancelations alongside number of invocations (
Called
column), clicking on wich will show their locations. - add menu option to toggle callstack type between
full
andshort
(the default). - measure callback's self-time and warn if it exceeds the 4/5 of 60fps frame time.
- show number of sheduled callbacks that currently waiting to be called (
Set
column). - measure number of calls to
requestAnimationFrame
per second (CPS
column). - add buttons to pause just before the callback is going to be called or bypass its execution.
- add tooltip over large milliseconds delay values in compact time format (hh:mm:ss)
- add media event
waitingforkey
andmediaKeys
property
What's Changed
Full Changelog: v1.0.6...v1.0.7