MCPcopy Create free account
hub / github.com/braposo/react-text-loop / Window

Interface Window

src/utils.ts:2–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface Window {
3 mozRequestAnimationFrame;
4 oRequestAnimationFrame;
5 msRequestAnimationFrame;
6 mozCancelRequestAnimationFrame;
7 webkitCancelRequestAnimationFrame;
8 oCancelRequestAnimationFrame;
9 msCancelRequestAnimationFrame;
10 }
11}
12
13declare interface Handle {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…