mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
global.requestAnimationFrame = (cb) => {
|
|
setTimeout(cb, 0);
|
|
};
|