mirror of
https://github.com/coder/code-server.git
synced 2025-09-22 17:23:30 +08:00
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
global.requestAnimationFrame = (cb) => {
|
|
setTimeout(cb, 0);
|
|
};
|