Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When I add an event listener to a canvas - what is going on behind the scenes? Is the function being parsed in some way? Or is it just a case of a memory address being set like a variable?

I'm curious as to whether assigning DOM1 events multiple times (the subsequent assignment(s) overwriting the previous) or just adding a DOM2 event once (with addEventListener() ) makes any difference at all.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.