Search code examples
javascriptdomwebkitcappuccino

INVALID_STATE_ERR: DOM Exception 11 (WebKit)


I recently tested a Cappuccino app I was working on with Chrome and Safari. I get the error:

INVALID_STATE_ERR: DOM Exception 11: An attempt was made to use an object that is not, or is no longer, usable.

The lack of information is frustrating. What object and where did I attempt to use it? Chrome tries to answer the second question but the line number it gives, 465, doesn't mean anything when the file it gives is just 94 lines long. Without more information I don't even know where to start looking.


Solution

  • Chrome canary offers stack traces for DOM Exceptions!