Hacker News new | ask | show | jobs
by rakeshpai 5191 days ago
The developer of Errorception (http://errorception.com/) here.

"Script Error" at line 0 only occurs in Firefox - I know, I'm in the business of collecting errors ;). It seems to happen when the JS file couldn't be parsed correctly. The cause for this usually partially downloaded files on the client trying to be passed through the interpreter.

Other than some little HTTP tweaks that can be done, there's very little else that you can do with "Script Error"s. So, we don't even bother sending "Script Error at line 0" errors to the server. For all practical purposes, it's a meaningless error.

1 comments

Have you sent this issue to the Firefox team? :)
I would, but I'm not sure if Firefox is "wrong". That may be a subjective opinion, though.