Error handling and logging library compatible with AMD loaders (such as requireJS).
- Displays an alert() if a script throws an unhandeled error
- Displays an alert() if AMD loader cannot load a script -- tested with RequireJS
- Detect script load error that happen before AMD
- Test with other AMD loaders
- Write unit tests
- Support possibility to override how errors are reported
- Provide an optional 'reporter' that saves error to localstorage and that publishes errors to a server