Javascript Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1
Posted
by Travis
on Stack Overflow
See other posts from Stack Overflow
or by Travis
Published on 2010-03-14T22:32:12Z
Indexed on
2010/03/14
22:35 UTC
Read the original article
Hit count: 956
The site is: http://www.clubloc.com/
And it works in firefox but not in google chrome. Internet explorer also has problems but thats pretty much a given when using HTML5 Canvas.
Anyways I'm trying to figure out why it throws the error: Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1
When the arrays clearly have all those elements, I even logged their size and it says 100.
Any help/guidance would be greatly appreciated.
© Stack Overflow or respective owner