script onload/onerror with IE(for lazy loading) problems
问题 I'm rebuilding my lazy loader module to accept asyncronus request but i have a BIG problem: internet explorer don't support script.onload/onerror!!! The old script did globally eval the target script source read with an ajax sync call, it works very well,it's cross browser and i can make it async editing 1 variable but it's very tricky to debug(ALL the source code is executed in one single line and the browser gives not to much infos about the errors,dividing the code by line with a regexp is