MCPcopy Create free account
hub / github.com/Lucifier129/react-lite / index.js

File index.js

examples/simple/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1if (typeof requestAnimationFrame === 'undefined') {
2 window.requestAnimationFrame = fn => setTimeout(fn, 100 / 6)
3 window.cancelAnimationFrame = id => clearTimeout(id)
4}

Callers

nothing calls this directly

Calls 3

COUNTFunction · 0.85
updateFunction · 0.70
renderMethod · 0.45

Tested by

no test coverage detected