| 1 | declare global { |
| 2 | interface Window { |
| 3 | mozRequestAnimationFrame; |
| 4 | oRequestAnimationFrame; |
| 5 | msRequestAnimationFrame; |
| 6 | mozCancelRequestAnimationFrame; |
| 7 | webkitCancelRequestAnimationFrame; |
| 8 | oCancelRequestAnimationFrame; |
| 9 | msCancelRequestAnimationFrame; |
| 10 | } |
| 11 | } |
| 12 | |
| 13 | declare interface Handle { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…