mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
* Implements the fs module * Add stats object * Add not implemented to createWriteStream * Update mkdtemp to use tmp dir * Unexport Stats * Add client web socket for commands and restructure
3 lines
64 B
JavaScript
3 lines
64 B
JavaScript
global.requestAnimationFrame = (cb) => {
|
|
setTimeout(cb, 0);
|
|
};
|