mirror of
https://github.com/coder/code-server.git
synced 2026-01-14 17:31:16 +08:00
4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
global.requestAnimationFrame = (cb) => {
|
|
setTimeout(cb, 0);
|
|
};
|