Summary
The MDN link for requestAnimationFrame in lib.dom.d.ts links to the wrong MDN page
Expected vs. Actual Behavior
Current Link:
https://developer.mozilla.org/en-US/docs/Web/API/DedicatedWorkerGlobalScope/requestAnimationFrame
Should Link To:
https://developer.mozilla.org/en-US/docs/Web/API/Window/requestAnimationFrame
The issue is present even when specifically using window.requestAnimationFrame()
Playground Link
No response
Browser Support
Have Tried The Latest Releases
Additional Context
No response