question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught ReferenceError: requestAnimationFrame is not defined

See original GitHub issue

When running the example outlined in the Readme file I get the following exception: Uncaught ReferenceError: requestAnimationFrame is not defined

Issue Analytics

  • State:closed
  • Created 12 years ago
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
mrdoobcommented, Nov 29, 2011

Well, just included it into src/Three.js. We’ll see what happens…

https://github.com/mrdoob/three.js/commit/5697084e64f5884c0f4e62b41b8bde4ba2405fa0

0reactions
alteredqcommented, Nov 29, 2011

Purely from page performance point of view - it’s better to have less files / http requests.

About educational value, we would have to ask somebody who is new to all this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

requestAnimationFrame is not defined · Issue #974 · vuejs/vue ...
The issue is that jsdom-global doesn't add requestAnimationFrame to the global object. The immediate fix is to add requestAnimationFrame to the ...
Read more >
requestAnimationFrame is not defined it Next.js with React ...
The problem is in the missed RequestAnimationFrame functionality at the server. This error happens when Next.js tries to render the ...
Read more >
Window.requestAnimationFrame() - Web APIs | MDN
The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser calls a ...
Read more >
hybridsjs/hybrids - Gitter
So, for now I ended with: Append hybrid... Error: Uncaught [ReferenceError: requestAnimationFrame is not defined] at reportException ...
Read more >
requestAnimationFrame is not defined' in Vuetify unit test-Vue.js
[Solved]-How to fix 'ReferenceError: requestAnimationFrame is not defined' in Vuetify unit test-Vue.js ... This will stub out the components instead of running ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found