Tag Archives: cross-browser

Detecting failure

I warn you in advance that this post does not end with a resolution of my problems.
For reasons relating to dynamic loading of javascript dependencies, I wanted to find a way to tell:

When a script tag finishes loading a file
Whether that file was successfully loaded

For various reasons, I didn’t want to add cruft into the [...]