Open in app

Sign in

Write

Sign in

Paul Irish
Paul Irish

63K Followers

Home

About

Jul 7, 2016

requestAnimationFrame Scheduling For Nerds

A few people were curious about the scheduling of requestAnimationFrame callbacks, so here’s the tl;dr: All rAF callbacks always run in the same or next frame of work Any rAFs queued in your event handlers will be executed in the ​same frame​. Any rAFs queued in a rAF will be executed in the next frame​. …

JavaScript

3 min read

requestAnimationFrame Scheduling For Nerds
requestAnimationFrame Scheduling For Nerds
JavaScript

3 min read


Jun 24, 2016

Debugging Node.js with Chrome DevTools

Support for Node.js debuggability landed in Node.js in 2016. Here’s how to get up and running. (Post updated Jan 2018) 1. Download and install the current version of node. (v6.3.0+ required) 2. Run node with the --inspect-brk flag: # Break on the first statement of the script ▸ node --inspect-brk…

JavaScript

2 min read

Debugging Node.js with Chrome DevTools
Debugging Node.js with Chrome DevTools
JavaScript

2 min read

Paul Irish

Paul Irish

63K Followers

The web, performance, and tooling. Also ❤z.

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • Hans Christian Reinl

    Hans Christian Reinl

  • Dylan Schiemann

    Dylan Schiemann

  • EisenbergEffect

    EisenbergEffect

  • Andrea Giammarchi

    Andrea Giammarchi

See all (977)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams