Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Property 'handleEvent' is not callable. Range.js #174

Open
cojoclaudiu opened this issue May 29, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@cojoclaudiu
Copy link

Hello, any help with this issue?

I'm using Firefox.

Screenshot 2022-05-29 at 22 48 44

Thank you

@pheek
Copy link

pheek commented Jan 21, 2024

Similar error here (also firefox): When the following *.js-File is loaded, the same error occurs:

function doSomething() {
  console.log("DOM is loaded now.");
}

document.addEventListener("DOMContentLoaded", new doSomething);

First prints "DOM is loaded now. But then leads to the error
Uncaught TypeError: Property 'handleEvent' is not callable.

@tajo tajo added the bug Something isn't working label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants