mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
global.requestAnimationFrame = (cb) => {
|
|
setTimeout(cb, 0);
|
|
};
|