Skip to content

v1.0.7

Compare
Choose a tag to compare
@zendive zendive released this 24 Jan 05:52
· 53 commits to master since this release
78f2481
  • 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 and short (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 and mediaKeys property

What's Changed

Full Changelog: v1.0.6...v1.0.7