If you're web developer and want to assess implementation correctness - this tool adds additional panel to the browser’s DevTool that enables to see scheduled timeouts and active intervals, as well as to review and navigate to initiators of: eval, setTimeout, setInterval, requestAnimationFrame, requestIdleCallback and their terminator functions.
requestAnimationFrame
callback request frame rate.eval
function usage, see its argument and return value, same for setTimeout
and setInterval
when called with a string instead of a function.[!NOTE] While measuring performance of your code – consider disabling this extension as it may affect the results.
make install # install dependencies
make dev # build in development mode and watch for changes
make prod # build in production mode and make extension.chrome.zip