Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-1
QOS-React-1
/
packages
/
react-dom-bindings
/
src
/
server
/
fizz-instruction-set
/
ReactDOMFizzInlineShellTime.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
5 lines
151 Bytes
Copy permalink
Copy
Raw
1
// Track the paint time of the shell
2
requestAnimationFrame
(()
=>
{
3
// eslint-disable-next-line dot-notation
4
window
[
'
$RT
'
]
=
performance
.
now
();
5
});