You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
178 B

let n=[];const a=new WeakMap;function s(){n.forEach(e=>e(...a.get(e))),n=[]}function r(e,...t){a.set(e,t),!n.includes(e)&&n.push(e)===1&&requestAnimationFrame(s)}export{r as b};