File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42986,7 +42986,7 @@ declare function toString(): string;
4298642986 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)
4298742987 */
4298842988declare function dispatchEvent(event: Event): boolean;
42989- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope /cancelAnimationFrame) */
42989+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window /cancelAnimationFrame) */
4299042990declare function cancelAnimationFrame(handle: number): void;
4299142991/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/requestAnimationFrame) */
4299242992declare function requestAnimationFrame(callback: FrameRequestCallback): number;
You can’t perform that action at this time.
0 commit comments