main
js 5 lines 151 Bytes
Raw
1 // Track the paint time of the shell
2 requestAnimationFrame(() => {
3 // eslint-disable-next-line dot-notation
4 window['$RT'] = performance.now();
5 });