Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/scripts/test-setup.js

4 lines
64 B
JavaScript
Raw Normal View History

2019-01-08 01:46:19 +01:00
global.requestAnimationFrame = (cb) => {
setTimeout(cb, 0);
};